GrantType FieldsNemiro.OAuth

The GrantType type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberAuthorizationCode
Using an authorization code to confirm the identity (grant type is authorization_code).
Public fieldStatic memberClientCredentials
Using basic authorization with username and password (grant type is client_credentials).
Public fieldStatic memberPassword
Using username and password (grant type is password).
Public fieldStatic memberRefreshToken
Using a token to refreshing the access token (grant type is refresh_token).
Top
See Also