Class OauthGrantType (0.3.0)

OauthGrantType(value)

OAuth grant types. Only client credential grant <https://oauth.net/2/grant-types/client-credentials>__ is supported.

Enums

Name Description
OAUTH_GRANT_TYPE_UNSPECIFIED Unspecified. Defaults to CLIENT_CREDENTIAL.
CLIENT_CREDENTIAL Represents the `client credential flow