Table of Contents

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

string

Claims

Key is the ClaimType and Value is ClaimValue e.g.
Key: "db_user_displayName"
Value: "Alice Smith"
public Dictionary<string, string> Claims { get; set; }

Property Value

Dictionary<string, string>

IsAuthenticated

public bool IsAuthenticated { get; set; }

Property Value

bool