SendTwoStepCode
Sends a two-step code via SMS to the current user.
Table Specific Information
Execute
Sends a two-step code via SMS to the current user.
There are no required columns to run the stored procedure, only a succesful authentication is required.
EXECUTE SendTwoStepCode
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the two-step verification request was completed successfully. |
| Sent | Boolean | Indicates whether the verification code was successfully sent to the user's registered device or contact method. |