Table of Contents

Class RefreshTokenDevice

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Device used while issuing/exchanging the refresh token

[Serializable]
public record RefreshTokenDevice : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<RefreshTokenDevice>
Inheritance
RefreshTokenDevice
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

InitialAsn

First autonomous system number associated with the refresh token

[JsonPropertyName("initial_asn")]
public string? InitialAsn { get; set; }

Property Value

string

InitialIp

First IP address associated with the refresh token

[JsonPropertyName("initial_ip")]
public string? InitialIp { get; set; }

Property Value

string

InitialUserAgent

First user agent associated with the refresh token

[JsonPropertyName("initial_user_agent")]
public string? InitialUserAgent { get; set; }

Property Value

string

LastAsn

Last autonomous system number associated with the refresh token

[JsonPropertyName("last_asn")]
public string? LastAsn { get; set; }

Property Value

string

LastIp

Last IP address associated with the refresh token

[JsonPropertyName("last_ip")]
public string? LastIp { get; set; }

Property Value

string

LastUserAgent

Last user agent associated with the refresh token

[JsonPropertyName("last_user_agent")]
public string? LastUserAgent { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.