Auth0 Node.js SDK - v5.10.0
    Preparing search index...

    Variable CredentialDeviceTypeEnumConst

    CredentialDeviceTypeEnum: {
        SingleDevice: "single_device";
        MultiDevice: "multi_device";
    } = ...

    Applies to passkeys only. The kind of device the credential is stored on as defined by backup eligibility. "single_device" credentials cannot be backed up and synced to another device, "multi_device" credentials can be backed up if enabled by the end-user.

    Type Declaration

    • ReadonlySingleDevice: "single_device"
    • ReadonlyMultiDevice: "multi_device"