Table of Contents

Class OpenIddictConstants.GrantTypes

Namespace
OpenIddict.Abstractions
Assembly
OpenIddict.Abstractions.dll
public static class OpenIddictConstants.GrantTypes
Inheritance
OpenIddictConstants.GrantTypes
Inherited Members

Fields

AuthorizationCode

public const string AuthorizationCode = "authorization_code"

Field Value

string

ClientCredentials

public const string ClientCredentials = "client_credentials"

Field Value

string

DeviceCode

public const string DeviceCode = "urn:ietf:params:oauth:grant-type:device_code"

Field Value

string

Implicit

public const string Implicit = "implicit"

Field Value

string

Password

public const string Password = "password"

Field Value

string

RefreshToken

public const string RefreshToken = "refresh_token"

Field Value

string