Class LoginRequestGeography
- Namespace
- Auth0.ManagementApi.Models.Rules
- Assembly
- Auth0.ManagementApi.dll
[JsonObject]
public class LoginRequestGeography
- Inheritance
-
LoginRequestGeography
- Inherited Members
-
Properties
ContinentCode
[JsonProperty("continent_code")]
public string ContinentCode { get; set; }
Property Value
- string
CountryCode
[JsonProperty("country_code3")]
public string CountryCode { get; set; }
Property Value
- string
CountryName
[JsonProperty("country_name")]
public string CountryName { get; set; }
Property Value
- string
Latitude
[JsonProperty("latitude")]
public decimal Latitude { get; set; }
Property Value
- decimal
Longitude
[JsonProperty("longitude")]
public decimal Longitude { get; set; }
Property Value
- decimal
ShortCountryCode
[JsonProperty("country_code")]
public string ShortCountryCode { get; set; }
Property Value
- string
TimeZone
[JsonProperty("time_zone")]
public string TimeZone { get; set; }
Property Value
- string