Table of Contents

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

string

Ikey

[JsonProperty("ikey")]
public string Ikey { get; set; }

Property Value

string

Skey

[JsonProperty("skey")]
public string Skey { get; set; }

Property Value

string