WebAuthnVerifyFinishResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/WebAuthnVerifyFinishResponseBody.jsonaccessTokenstringrequired
expiresInint64required
successbooleanrequired
tokenTypestringrequired
WebAuthnVerifyFinishResponseBody
{
"$schema": "https://example.com/schemas/WebAuthnVerifyFinishResponseBody.json",
"accessToken": "string",
"expiresIn": 0,
"success": true,
"tokenType": "string"
}