Search Results for

    Show / Hide Table of Contents

    Class UserInfoGet

    Inheritance
    System.Object
    UserInfoGet
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.Identity.Client.App
    Assembly: Dangl.Identity.Client.App.dll
    Syntax
    public class UserInfoGet

    Properties

    | Improve this Doc View Source

    ClientClaims

    Declaration
    [JsonPropertyName("clientClaims")]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public ICollection<ClaimGet> ClientClaims { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<ClaimGet>
    | Improve this Doc View Source

    ClientIsAuthenticated

    Declaration
    [JsonPropertyName("clientIsAuthenticated")]
    [JsonIgnore(Condition = JsonIgnoreCondition.Never)]
    public bool ClientIsAuthenticated { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CurrentClientId

    Declaration
    [JsonPropertyName("currentClientId")]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public string CurrentClientId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CurrentUserEmail

    Declaration
    [JsonPropertyName("currentUserEmail")]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public string CurrentUserEmail { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CurrentUserId

    Declaration
    [JsonPropertyName("currentUserId")]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public Guid? CurrentUserId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    CurrentUserIdenticonId

    Declaration
    [JsonPropertyName("currentUserIdenticonId")]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public Guid? CurrentUserIdenticonId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    CurrentUserName

    Declaration
    [JsonPropertyName("currentUserName")]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public string CurrentUserName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UserClaims

    Declaration
    [JsonPropertyName("userClaims")]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public ICollection<ClaimGet> UserClaims { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<ClaimGet>
    | Improve this Doc View Source

    UserIsAuthenticated

    Declaration
    [JsonPropertyName("userIsAuthenticated")]
    [JsonIgnore(Condition = JsonIgnoreCondition.Never)]
    public bool UserIsAuthenticated { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH