MobileGoogleAuthRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/MobileGoogleAuthRequestBody.jsonaccess_tokenstring
Google access token from mobile app
id_tokenstringrequired
Google ID token from mobile app
MobileGoogleAuthRequestBody
{
"$schema": "https://example.com/schemas/MobileGoogleAuthRequestBody.json",
"access_token": "string",
"id_token": "string"
}