Class AuthorizationCodeModel
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime.dll
public class AuthorizationCodeModel
Inheritance
object ← AuthorizationCodeModel
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
Username
public string Username { get; set; }
Property Value
WorkerSiteDomain
public string WorkerSiteDomain { get; set; }
Property Value
Methods
ToClaimList()
public IList<Claim> ToClaimList()
Returns
IList<Claim>