POST /mfa/email/disable
Disable Email MFA authentication after verifying the email verification code. Reference: OWASP ASVS V2.8.
Multi-Factor Authentication `bearerAuth` application/json
Referenced Schemas
dto.DisabledDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.DisabledResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.DisabledResponse
| Field | Type | Required | Example | Constraints | Description |
disabled |
boolean |
No |
True |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|