ADK for TypeScript: API Reference
    Preparing search index...

    Enumeration OAuthGrantType

    Represents the OAuth2 flow (or grant type).

    Enumeration Members

    AUTHORIZATION_CODE: "authorization_code"
    CLIENT_CREDENTIALS: "client_credentials"
    IMPLICIT: "implicit"
    PASSWORD: "password"