Login OAuth
Initiate OAuth authorization
Start an OAuth authorization flow for the given provider. Returns the authorization URL to redirect the user to.
POST
Initiate OAuth authorization
Path Parameters
The OAuth provider identifier (e.g., "google", "apple", "facebook")
Example:
"google"
Body
application/json
The URI to redirect to after OAuth authorization.
Example:
"https://example.com/callback"
PKCE code challenge for the OAuth flow.
Example:
"E9Melhoa2OwvFrEMTJguCHaoeK1t8URWbuGJSstw-cM"
The identifier of the dispatch from the front-end SDK.
Example:
"123e4567-e89b-12d3-a456-426614174000"
Response
OK
The URL to redirect the user to for OAuth authorization.
Example:
"https://accounts.google.com/o/oauth2/v2/auth?client_id=...&redirect_uri=...&scope=openid+email&state=..."
Initiate OAuth authorization