Back to Node Auth0

Variable CredentialDeviceTypeEnumConst

docs/variables/management.Management.CredentialDeviceTypeEnum.html

5.10.0731 B
Original Source

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"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark