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 SourceClientClaims
Declaration
[JsonPropertyName("clientClaims")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<ClaimGet> ClientClaims { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ClaimGet> |
ClientIsAuthenticated
Declaration
[JsonPropertyName("clientIsAuthenticated")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
public bool ClientIsAuthenticated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CurrentClientId
Declaration
[JsonPropertyName("currentClientId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string CurrentClientId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentUserEmail
Declaration
[JsonPropertyName("currentUserEmail")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string CurrentUserEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentUserId
Declaration
[JsonPropertyName("currentUserId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Guid? CurrentUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CurrentUserIdenticonId
Declaration
[JsonPropertyName("currentUserIdenticonId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Guid? CurrentUserIdenticonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CurrentUserName
Declaration
[JsonPropertyName("currentUserName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string CurrentUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserClaims
Declaration
[JsonPropertyName("userClaims")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<ClaimGet> UserClaims { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ClaimGet> |
UserIsAuthenticated
Declaration
[JsonPropertyName("userIsAuthenticated")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
public bool UserIsAuthenticated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |