Objects
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, or NO_RESPONSE.{
"authenticationInstruction": "Please authenticate with the following device: <name>'s IPHONE 13",
"responseType": "NUMBER_CODE"
}