Back to Node Auth0

Interface DeviceCredential

docs/interfaces/management.Management.DeviceCredential.html

5.9.11.6 KB
Original Source

Interface DeviceCredential

interface DeviceCredential {
id?: string;
device_name?: string;
device_id?: string;
type?: Management.DeviceCredentialTypeEnum;
user_id?: string;
client_id?: string;
}

Index

Properties

id?device_name?device_id?type?user_id?client_id?

Properties

Optionalid

id?: string

ID of this device.

Optionaldevice_name

device_name?: string

User agent for this device

Optionaldevice_id

device_id?: string

Unique identifier for the device. NOTE: This field is generally not populated for refresh_tokens and rotating_refresh_tokens

Optionaltype

type?: Management.DeviceCredentialTypeEnum

Type of credential. Can be public_key, refresh_token, or rotating_refresh_token.

Optionaluser_id

user_id?: string

user_id this credential is associated with.

Optionalclient_id

client_id?: string

client_id of the client (application) this credential is for.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties iddevice_namedevice_idtypeuser_idclient_id