MFAEnrollBeginResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/MFAEnrollBeginResponseBody.jsonchallengeIdstringrequired
provisioningUristringrequired
secretstringrequired
MFAEnrollBeginResponseBody
{
"$schema": "https://example.com/schemas/MFAEnrollBeginResponseBody.json",
"challengeId": "string",
"provisioningUri": "string",
"secret": "string"
}