docs/interfaces/management.Management.DeviceCredential.html
interface DeviceCredential {
id?: string;
device_name?: string;
device_id?: string;
type?: Management.DeviceCredentialTypeEnum;
user_id?: string;
client_id?: string;
}
id?device_name?device_id?type?user_id?client_id?
Optionalidid?: string
ID of this device.
Optionaldevice_namedevice_name?: string
User agent for this device
Optionaldevice_iddevice_id?: string
Unique identifier for the device. NOTE: This field is generally not populated for refresh_tokens and rotating_refresh_tokens
Optionaltypetype?: Management.DeviceCredentialTypeEnum
Type of credential. Can be public_key, refresh_token, or rotating_refresh_token.
Optionaluser_iduser_id?: string
user_id this credential is associated with.
Optionalclient_idclient_id?: string
client_id of the client (application) this credential is for.
Member Visibility
ThemeOSLightDark