Class OpenIddictConstants.JsonWebTokenTypes.Private
- Namespace
- OpenIddict.Abstractions
- Assembly
- OpenIddict.Abstractions.dll
public static class OpenIddictConstants.JsonWebTokenTypes.Private
- Inheritance
-
OpenIddictConstants.JsonWebTokenTypes.Private
- Inherited Members
-
Fields
AuthorizationCode
public const string AuthorizationCode = "oi_auc+jwt"
Field Value
- string
DeviceCode
public const string DeviceCode = "oi_dvc+jwt"
Field Value
- string
RefreshToken
public const string RefreshToken = "oi_reft+jwt"
Field Value
- string
StateToken
public const string StateToken = "oi_stet+jwt"
Field Value
- string
UserCode
public const string UserCode = "oi_usrc+jwt"
Field Value
- string