GrantType Class

Definition

Defines values for GrantType.

public static class GrantType
type GrantType = class
Public Class GrantType
Inheritance
GrantType

Fields

AuthorizationCode

Authorization Code Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.1.

ClientCredentials

Client Credentials Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.4.

Implicit

Implicit Code Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.2.

ResourceOwnerPassword

Resource Owner Password Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.3.

Applies to