Description
This function configures the two-factor authentication settings for an account.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
secret |
string |
Required The 16-character string that UAPI'sTwoFactorAuth::generate_user_configuration function generates. |
A valid 16-character string. |
JBSWY3DPEHPK3PXP |
tfa_token |
integer |
Required The six-digit security code that the time-based one-time password (TOTP) authentication app generates. |
A six-digit integer. |
528112 |
Returns
Return |
Type |
Description |
Possible values |
Example |
tfa_configured |
Boolean |
Whether two-factor authentication is enabled. |
|
1
|