Objects
This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.
TwoFactorAuthenticationInstruction
Instructions for two factor authentication. Add supplemental information to a collection if the `responseType` is not `NO_RESPONSE`.
authenticationInstructionstring
Instructions text
responseTypestring
Expected response type
Possible Enum values are
NUMBER_CODE, NO_RESPONSE, PHONE_NUMBER or QR_CODE.Example
{ "authenticationInstruction": "Please authenticate with the following device: <name>'s IPHONE 13", "responseType": "NUMBER_CODE"}