Acquire an access token via OAuth2/OIDC. Supports authorization_code, refresh_token, and client_credentials grant types.
OAuth2 grant type
authorization_code, refresh_token, client_credentials Authorization code (for authorization_code grant)
Refresh token (for refresh_token grant)
Client ID (for client_credentials grant)
Client secret (for client_credentials grant)
Redirect URI (for authorization_code grant)