Skip to main content

AssertionOptionsResponse

statusstring

Possible values: [ok, failed]

errorMessagestring
challengestring
timeoutint64
rpIdstring
allowCredentials object[]
  • Array [
  • typestring
    idstring
    transportsstring[]
  • ]
  • userVerificationstring
    extensions object
    appidstring
    appidExcludestring
    uvmboolean
    credPropsboolean
    credentialProtectionPolicystring

    Possible values: [userVerificationOptional, userVerificationOptionalWithCredentialIDList, userVerificationRequired]

    enforceCredentialProtectionPolicyboolean
    hmacCreateSecretboolean
    hmacGetSecret object
    salt1byte
    salt2byte
    AssertionOptionsResponse
    {
    "status": "ok",
    "errorMessage": "string",
    "challenge": "string",
    "timeout": 0,
    "rpId": "string",
    "allowCredentials": [
    {
    "type": "string",
    "id": "string",
    "transports": [
    "string"
    ]
    }
    ],
    "userVerification": "string",
    "extensions": {
    "appid": "string",
    "appidExclude": "string",
    "uvm": true,
    "credProps": true,
    "credentialProtectionPolicy": "userVerificationOptional",
    "enforceCredentialProtectionPolicy": true,
    "hmacCreateSecret": true,
    "hmacGetSecret": {
    "salt1": "string",
    "salt2": "string"
    }
    }
    }