Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 938 Bytes

VerifyCodeRequest.md

File metadata and controls

13 lines (9 loc) · 938 Bytes

Bandwidth.Standard.Model.VerifyCodeRequest

Properties

Name Type Description Notes
To string The phone number to send the mfa code to.
Scope string An optional field to denote what scope or action the mfa code is addressing. If not supplied, defaults to "2FA". [optional]
ExpirationTimeInMinutes decimal The time period, in minutes, to validate the mfa code. By setting this to 3 minutes, it will mean any code generated within the last 3 minutes are still valid. The valid range for expiration time is between 0 and 15 minutes, exclusively and inclusively, respectively.
Code string The generated mfa code to check if valid.

[Back to Model list] [Back to API list] [Back to README]