Table of Contents

Class AuthorizationCodeModel

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime.dll

public class AuthorizationCodeModel

Inheritance

objectAuthorizationCodeModel

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<AuthorizationCodeModel>(AuthorizationCodeModel)

Constructors

AuthorizationCodeModel()

public AuthorizationCodeModel()

Properties

Claims

public DynamicDataObject Claims { get; set; }

Property Value

DynamicDataObject

ExpiredSessionMinutes

public int ExpiredSessionMinutes { get; set; }

Property Value

int

Username

public string Username { get; set; }

Property Value

string

WorkerSiteDomain

public string WorkerSiteDomain { get; set; }

Property Value

string

Methods

ToClaimList()

public IList<Claim> ToClaimList()

Returns

IList<Claim>