Class DuoConfiguration
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class DuoConfiguration
- Inheritance
-
DuoConfiguration
- Derived
- Inherited Members
Properties
Host
[JsonProperty("host")]
public string Host { get; set; }
Property Value
Ikey
[JsonProperty("ikey")]
public string Ikey { get; set; }
Property Value
Skey
[JsonProperty("skey")]
public string Skey { get; set; }