Skip to main content

WebAuthnVerifyFinishResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/WebAuthnVerifyFinishResponseBody.json
accessTokenstringrequired
expiresInint64required
successbooleanrequired
tokenTypestringrequired
WebAuthnVerifyFinishResponseBody
{
"$schema": "https://example.com/schemas/WebAuthnVerifyFinishResponseBody.json",
"accessToken": "string",
"expiresIn": 0,
"success": true,
"tokenType": "string"
}