Skip to main content

OAuthLoginResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/OAuthLoginResponseBody.json
authUrlstringrequired

URL to redirect the user for OAuth authentication

statestringrequired

OAuth state parameter for security

OAuthLoginResponseBody
{
"$schema": "https://example.com/schemas/OAuthLoginResponseBody.json",
"authUrl": "string",
"state": "string"
}