Interface DeviceCredential

Hierarchy

  • DeviceCredential

Properties

client_id?: string

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

device_id?: string

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

device_name?: string

User agent for this device

id?: string

ID of this device.

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

user_id?: string

user_id this credential is associated with.