Autional Autional
API Reference GitHub autional.com →

DELETE /mfa/trusted-devices

Revoke all trusted devices for the user; all devices will require MFA verification again. Reference: NIST SP 800-63B §5.1, OWASP ASVS V2.8.

Multi-Factor Authentication `bearerAuth` application/json

Responses

StatusDescriptionSchema
200Revoked Countdto.TrustedDeviceCountDetailResponse
400Invalid Parametersgitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthenticatedgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal Server Errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.TrustedDeviceCountDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.TrustedDeviceCountResponse No
message string No
timestamp string No

dto.TrustedDeviceCountResponse

FieldTypeRequiredExampleConstraintsDescription
count integer No 3

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No