Skip to main content

CollectionModelEntityModelAttestationOptionsDBO

_embedded object
attestationOptionsDBOes object[]
  • Array [
  • rp object
    idstring
    namestring
    user object
    idbyte
    namestring
    displayNamestring
    challengestring
    pubKeyCredParams object[]
  • Array [
  • typestring
    algint64
  • ]
  • timeoutint64
    excludeCredentials object[]
  • Array [
  • typestring
    idbyte
    transportsstring[]
  • ]
  • authenticatorSelection object
    authenticatorAttachmentstring
    requireResidentKeyboolean
    residentKeystring
    userVerificationstring
    attestationstring
    extensions object
    appidstring
    appidExcludestring
    uvmboolean
    credPropsboolean
    credentialProtectionPolicystring

    Possible values: [userVerificationOptional, userVerificationOptionalWithCredentialIDList, userVerificationRequired]

    enforceCredentialProtectionPolicyboolean
    hmacCreateSecretboolean
    hmacGetSecret object
    salt1byte
    salt2byte
    isActiveboolean
    createdAtdate-time
    _links object
    property name* Link
    hrefstring
    hreflangstring
    titlestring
    typestring
    deprecationstring
    profilestring
    namestring
    templatedboolean
  • ]
  • _links object
    property name* Link
    hrefstring
    hreflangstring
    titlestring
    typestring
    deprecationstring
    profilestring
    namestring
    templatedboolean
    CollectionModelEntityModelAttestationOptionsDBO
    {
    "_embedded": {
    "attestationOptionsDBOes": [
    {
    "rp": {
    "id": "string",
    "name": "string"
    },
    "user": {
    "id": "string",
    "name": "string",
    "displayName": "string"
    },
    "challenge": "string",
    "pubKeyCredParams": [
    {
    "type": "string",
    "alg": 0
    }
    ],
    "timeout": 0,
    "excludeCredentials": [
    {
    "type": "string",
    "id": "string",
    "transports": [
    "string"
    ]
    }
    ],
    "authenticatorSelection": {
    "authenticatorAttachment": "string",
    "requireResidentKey": true,
    "residentKey": "string",
    "userVerification": "string"
    },
    "attestation": "string",
    "extensions": {
    "appid": "string",
    "appidExclude": "string",
    "uvm": true,
    "credProps": true,
    "credentialProtectionPolicy": "userVerificationOptional",
    "enforceCredentialProtectionPolicy": true,
    "hmacCreateSecret": true,
    "hmacGetSecret": {
    "salt1": "string",
    "salt2": "string"
    }
    },
    "isActive": true,
    "createdAt": "2024-07-29T15:51:28.071Z",
    "_links": {}
    }
    ]
    },
    "_links": {}
    }