Function StackAuth
Get Access Token
Exchanges an authorization code for an access token from the authentication provider.
Configuration
- Code: (Required) – The authorization code received from the redirect URL after user authentication.
- Auth Provider: (Required) – The registered OAuth provider to use for token exchange.
Outputs
Returns an OAuthToken
containing the access token and additional metadata.