Skip to main content

MFAEnrollBeginResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/MFAEnrollBeginResponseBody.json
challengeIdstringrequired
provisioningUristringrequired
secretstringrequired
MFAEnrollBeginResponseBody
{
"$schema": "https://example.com/schemas/MFAEnrollBeginResponseBody.json",
"challengeId": "string",
"provisioningUri": "string",
"secret": "string"
}