OAuthLoginRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/OAuthLoginRequestBody.jsonproviderstringrequired
OAuth provider name
Possible values: [google, apple, discord, github]
OAuthLoginRequestBody
{
"$schema": "https://example.com/schemas/OAuthLoginRequestBody.json",
"provider": "google"
}