Skip to main content

OAuthLoginRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/OAuthLoginRequestBody.json
providerstringrequired

OAuth provider name

Possible values: [google, apple, discord, github]

OAuthLoginRequestBody
{
"$schema": "https://example.com/schemas/OAuthLoginRequestBody.json",
"provider": "google"
}