Class OpenIddictConstants.TokenTypeHints
- Namespace
- OpenIddict.Abstractions
- Assembly
- OpenIddict.Abstractions.dll
public static class OpenIddictConstants.TokenTypeHints
- Inheritance
-
OpenIddictConstants.TokenTypeHints
- Inherited Members
-
Fields
AccessToken
public const string AccessToken = "access_token"
Field Value
- string
AuthorizationCode
public const string AuthorizationCode = "authorization_code"
Field Value
- string
ClientAssertion
public const string ClientAssertion = "client_assertion"
Field Value
- string
DeviceCode
public const string DeviceCode = "device_code"
Field Value
- string
IdToken
public const string IdToken = "id_token"
Field Value
- string
RefreshToken
public const string RefreshToken = "refresh_token"
Field Value
- string
StateToken
public const string StateToken = "state_token"
Field Value
- string
UserCode
public const string UserCode = "user_code"
Field Value
- string
UserinfoToken
public const string UserinfoToken = "userinfo_token"
Field Value
- string