Private Readonly providersProtected InternalHandles OAuth 2.0 authentication flows
The action parameters containing:
OAuth flow result (authorization URL or tokens)
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private addAdd provider-specific parameters to authorization URL
Private clientClient credentials flow
Private exchangeExchange authorization code for tokens
Private getGenerate authorization URL
Private getGet parameter value by name (case-insensitive)
Private getGet provider configuration
Private refreshRefresh access token
Action that handles OAuth 2.0 authentication flows
Example