Skip to main content

UserCredentialsResponse

credentials object[]
  • Array [
  • idstring
    Example: DthUeofXNtlMevkt_M7aiD3cm70...
    typestring
    Example: public-key
    nickNamestring
    Example: YubiKey 5Ci
    registrationTimedate-time
    Example: 2022-07-21T17:32:28Z
    lastUsedTimedate-time
    Example: 2022-07-21T18:15:06Z
    lastUpdatedTimedate-time
    Example: 2022-07-21T18:15:06Z
    iconURIstring
    Example: YubiKey 5Ci
    statestring
    Example: ENABLED
    authenticatorAttachmentstring
    Example: PLATFORM
  • ]
  • UserCredentialsResponse
    {
    "credentials": [
    {
    "id": "DthUeofXNtlMevkt_M7aiD3cm70...",
    "type": "public-key",
    "nickName": "YubiKey 5Ci",
    "registrationTime": "2022-07-21T17:32:28Z",
    "lastUsedTime": "2022-07-21T18:15:06Z",
    "lastUpdatedTime": "2022-07-21T18:15:06Z",
    "iconURI": "YubiKey 5Ci",
    "state": "ENABLED",
    "authenticatorAttachment": "PLATFORM"
    }
    ]
    }