Back to Node Auth0

Interface RefreshTokenDevice

docs/interfaces/management.Management.RefreshTokenDevice.html

5.9.11.7 KB
Original Source

Interface RefreshTokenDevice

Device used while issuing/exchanging the refresh token

interface RefreshTokenDevice {
initial_ip?: string;
initial_asn?: string;
initial_user_agent?: string;
last_ip?: string;
last_asn?: string;
last_user_agent?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

initial_ip?initial_asn?initial_user_agent?last_ip?last_asn?last_user_agent?

Properties

Optionalinitial_ip

initial_ip?: string

First IP address associated with the refresh token

Optionalinitial_asn

initial_asn?: string

First autonomous system number associated with the refresh token

Optionalinitial_user_agent

initial_user_agent?: string

First user agent associated with the refresh token

Optionallast_ip

last_ip?: string

Last IP address associated with the refresh token

Optionallast_asn

last_asn?: string

Last autonomous system number associated with the refresh token

Optionallast_user_agent

last_user_agent?: string

Last user agent associated with the refresh token

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties initial_ipinitial_asninitial_user_agentlast_iplast_asnlast_user_agent