Class Device
- Namespace
- Auth0.ManagementApi.Models.RefreshTokens
- Assembly
- Auth0.ManagementApi.dll
Device used while issuing/exchanging the refresh token/Session
public class Device
- Inheritance
-
Device
- Inherited Members
Properties
InitialAsn
First autonomous system number associated with the refresh token/Session
[JsonProperty("initial_asn")]
public string InitialAsn { get; set; }
Property Value
InitialIp
First IP address associated with the refresh token/Session
[JsonProperty("initial_ip")]
public string InitialIp { get; set; }
Property Value
InitialUserAgent
First user agent associated with the refresh token/Session
[JsonProperty("initial_user_agent")]
public string InitialUserAgent { get; set; }
Property Value
LastAsn
Last autonomous system number associated with the refresh token/Session
[JsonProperty("last_asn")]
public string LastAsn { get; set; }
Property Value
LastIp
Last IP address associated with the refresh token/Session
[JsonProperty("last_ip")]
public string LastIp { get; set; }
Property Value
LastUserAgent
Last user agent associated with the refresh token/Session
[JsonProperty("last_user_agent")]
public string LastUserAgent { get; set; }