TGrantType Enumeration
Indicates the OAuth authorization grant flow.
Syntax
Unit: Sphinx.Comp.ClientApp
Members
Name | Value | Description |
---|---|---|
gtAuthorizationCode | 0 | Authorization code grant type. |
gtClientCredentials | 1 | Client credentials grant type. |
gtImplicit | 2 | Implicit grant type. |