Skip to main content

WebauthnBeginLoginResponse

Reply object
errorstring

The error message if the request was unsuccessful

error_codestring

The error code if the request was unsuccessful

successboolean

Whether or not the request was successful or not

unverifiedboolean
mediationstring
publicKey object
allowCredentials object[]
  • Array [
  • idstring<byte>
    transportsstring[]
    typestring
  • ]
  • challengestring<byte>
    extensions object
    property name*any
    hintsstring[]
    rpIdstring
    timeoutinteger
    userVerificationstring
    sessionstring
    WebauthnBeginLoginResponse
    {
    "Reply": {
    "error": "string",
    "error_code": "string",
    "success": true,
    "unverified": true
    },
    "mediation": "string",
    "publicKey": {
    "allowCredentials": [
    {
    "id": "string",
    "transports": [
    "string"
    ],
    "type": "string"
    }
    ],
    "challenge": "string",
    "extensions": {},
    "hints": [
    "string"
    ],
    "rpId": "string",
    "timeout": 0,
    "userVerification": "string"
    },
    "session": "string"
    }