Create a short-term authentication token using a third-party OAuth provider (e.g., Google).
The request body for creating an auth token via OAuth.
The authentication provider used for login.
google, github, hugging_face "google"
OAuth access token (e.g., Google).
"ya29.a0AfH6SMB..."
Successfully created an auth token for user via OAuth.
A temporary token issued after the initial login step. This token is used in the create session API to exchange for access and refresh tokens.
"eyJhbGciOiJIUzI1NiIsInR..."