GrantType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |