Login
Name
Value
Name
Type
Description
{
"serverPublicKeyCredentialsGetOptions": {
"timeout": number,
"userVerification": string,
"rpId": string,
"challenge": string,
"allowCredentials": [
// list of WebAuthn credentials that the user can use to sign the login challenge
{
"type": "public-key",
"id": string
}
]
},
"challengeIdentifier": string
}{
"error": "Unauthorized"
}{
"errors": []
}Name
Value
Last updated