A AuthMS API Wiki API Reference iam.tianv.com →

DELETE /mfa/trusted-devices

撤销用户所有受信设备,所有设备后续需重新MFA验证。参考:NIST SP 800-63B §5.1、OWASP ASVS V2.8。

MFA `bearerAuth` application/json

Responses

StatusDescriptionSchema
200已撤销数量dto.TrustedDeviceCountDetailResponse
400参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
401未认证gitee_com_linmes_authms_base_dto.SimpleResponse
500服务器内部错误gitee_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