Class IdentityServerConstants.PersistedGrantTypes
- Namespace
- Duende.IdentityServer
- Assembly
- Duende.IdentityServer.dll
public static class IdentityServerConstants.PersistedGrantTypes
- Inheritance
-
IdentityServerConstants.PersistedGrantTypes
- Inherited Members
-
Fields
AuthorizationCode
public const string AuthorizationCode = "authorization_code"
Field Value
- string
BackChannelAuthenticationRequest
public const string BackChannelAuthenticationRequest = "ciba"
Field Value
- string
DeviceCode
public const string DeviceCode = "device_code"
Field Value
- string
ReferenceToken
public const string ReferenceToken = "reference_token"
Field Value
- string
RefreshToken
public const string RefreshToken = "refresh_token"
Field Value
- string
UserCode
public const string UserCode = "user_code"
Field Value
- string
UserConsent
public const string UserConsent = "user_consent"
Field Value
- string