ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
OAuthGrantType
Enumeration OAuthGrantType
Represents the OAuth2 flow (or grant type).
Enumeration Members
AUTHORIZATION_
CODE
AUTHORIZATION_CODE
:
"authorization_code"
CLIENT_
CREDENTIALS
CLIENT_CREDENTIALS
:
"client_credentials"
IMPLICIT
IMPLICIT
:
"implicit"
PASSWORD
PASSWORD
:
"password"
Enumeration Members
AUTHORIZATION_
CODE
CLIENT_
CREDENTIALS
IMPLICIT
PASSWORD
ADK for TypeScript: API Reference - v1.5.0
Loading...
Represents the OAuth2 flow (or grant type).