Class OpenIddictConstants.Permissions.GrantTypes
- Namespace
- OpenIddict.Abstractions
- Assembly
- OpenIddict.Abstractions.dll
public static class OpenIddictConstants.Permissions.GrantTypes
- Inheritance
-
OpenIddictConstants.Permissions.GrantTypes
- Inherited Members
-
Fields
AuthorizationCode
public const string AuthorizationCode = "gt:authorization_code"
Field Value
- string
ClientCredentials
public const string ClientCredentials = "gt:client_credentials"
Field Value
- string
DeviceCode
public const string DeviceCode = "gt:urn:ietf:params:oauth:grant-type:device_code"
Field Value
- string
Implicit
public const string Implicit = "gt:implicit"
Field Value
- string
Password
public const string Password = "gt:password"
Field Value
- string
RefreshToken
public const string RefreshToken = "gt:refresh_token"
Field Value
- string