docs/interfaces/management.Management.RefreshTokenDevice.html
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;
}
Accepts any additional properties
initial_ip?initial_asn?initial_user_agent?last_ip?last_asn?last_user_agent?
Optionalinitial_ipinitial_ip?: string
First IP address associated with the refresh token
Optionalinitial_asninitial_asn?: string
First autonomous system number associated with the refresh token
Optionalinitial_user_agentinitial_user_agent?: string
First user agent associated with the refresh token
Optionallast_iplast_ip?: string
Last IP address associated with the refresh token
Optionallast_asnlast_asn?: string
Last autonomous system number associated with the refresh token
Optionallast_user_agentlast_user_agent?: string
Last user agent associated with the refresh token
Member Visibility
ThemeOSLightDark
Properties initial_ipinitial_asninitial_user_agentlast_iplast_asnlast_user_agent