Class OpenIddictConstants.JsonWebTokenTypes.Private
Inheritance
System.Object
OpenIddictConstants.JsonWebTokenTypes.Private
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenIddict.Abstractions
Assembly: cs.temp.dll.dll
Syntax
public static class Private
Fields
AuthorizationCode
Declaration
public const string AuthorizationCode = "oi_auc+jwt"
Field Value
Type | Description |
---|---|
System.String |
DeviceCode
Declaration
public const string DeviceCode = "oi_dvc+jwt"
Field Value
Type | Description |
---|---|
System.String |
RefreshToken
Declaration
public const string RefreshToken = "oi_reft+jwt"
Field Value
Type | Description |
---|---|
System.String |
UserCode
Declaration
public const string UserCode = "oi_usrc+jwt"
Field Value
Type | Description |
---|---|
System.String |