Table of Contents

Class CreateTlsClientAuth

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Structure for creating a new client credential using TLS Client Auth.

public class CreateTlsClientAuth
Inheritance
CreateTlsClientAuth
Inherited Members

Properties

Credentials

Structure for creating a new client credential using TLS Client Auth.

[JsonProperty("credentials")]
public IList<CreateTlsClientAuthCredentials> Credentials { get; set; }

Property Value

IList<CreateTlsClientAuthCredentials>