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

POST /auth/webauthn/login/complete

验证客户端返回的认证签名

WebAuthn `bearerAuth` application/json

Request Body

Schema: handler.completeLoginRequest

FieldTypeRequiredExampleConstraintsDescription
id string No
raw_id string No
response object No
type string No
user_id string No

Responses

StatusDescriptionSchema
200验证结果dto.SimpleResponseWrapper
400请求参数错误dto.SimpleResponseWrapper
401未授权dto.SimpleResponseWrapper
500服务器错误dto.SimpleResponseWrapper

Referenced Schemas

dto.SimpleResponseWrapper

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No