Type alias OAuthClientRegistrationGrantType

OAuthClientRegistrationGrantType: typeof AUTHORIZATION_CODE | typeof REFRESH_TOKEN | UnparsedObject

OAuth 2.0 grant type that a registered client may use.

Generated using TypeDoc