Class GetMeResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetMeResponse
- Inheritance
-
GetMeResponse
- Inherited Members
Properties
AccessToken
public string AccessToken { get; set; }
Property Value
Claims
ClaimType
and Value is ClaimValue
e.g.
Key: "db_user_displayName"
Value: "Alice Smith"
public Dictionary<string, string> Claims { get; set; }
Property Value
IsAuthenticated
public bool IsAuthenticated { get; set; }