class |
AuthorizationCodeGrant |
The authorization code is obtained by using an authorization server as an
intermediary between the client and resource owner.
|
class |
AuthorizationGrant |
Base class for all the types of authorization grant.
|
class |
CIBAGrant |
An extension grant with the grant type value: urn:openid:params:grant-type:ciba
|
class |
ClientCredentialsGrant |
The client credentials (or other forms of client authentication) can be used
as an authorization grant when the authorization scope is limited to the
protected resources under the control of the client, or to protected
resources previously arranged with the authorization server.
|
class |
DeviceCodeGrant |
An extension grant with the grant type value: urn:ietf:params:oauth:grant-type:device_code
|
class |
ImplicitGrant |
The implicit grant is a simplified authorization code flow optimized for
clients implemented in a browser using a scripting language such as
JavaScript.
|
class |
ResourceOwnerPasswordCredentialsGrant |
The resource owner password credentials (i.e.
|
class |
SimpleAuthorizationGrant |
|