[]
Methods through which applications can gain Access Tokens.
public enum GrantTypes
| Name | Description |
|---|---|
| ClientCredential | The Client Credentials grant type is used by clients to obtain an access token outside of the context of a user. |
| PasswordCredential | Exchange a user's credentials for an access token. |