Class OpenIddictServerDataProtectionConstants.Purposes.Formats
Inheritance
System.Object
OpenIddictServerDataProtectionConstants.Purposes.Formats
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.Server.DataProtection
Assembly: cs.temp.dll.dll
Syntax
public static class Formats
Fields
AccessToken
Declaration
public const string AccessToken = "AccessTokenFormat"
Field Value
Type | Description |
---|---|
System.String |
AuthorizationCode
Declaration
public const string AuthorizationCode = "AuthorizationCodeFormat"
Field Value
Type | Description |
---|---|
System.String |
DeviceCode
Declaration
public const string DeviceCode = "DeviceCodeFormat"
Field Value
Type | Description |
---|---|
System.String |
RefreshToken
Declaration
public const string RefreshToken = "RefreshTokenFormat"
Field Value
Type | Description |
---|---|
System.String |
UserCode
Declaration
public const string UserCode = "UserCodeFormat"
Field Value
Type | Description |
---|---|
System.String |