Class CreateSelfSignedTlsClientAuth
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Structure for creating a new client credential using Self Signed TLS Client Auth.
public class CreateSelfSignedTlsClientAuth
- Inheritance
-
CreateSelfSignedTlsClientAuth
- Inherited Members
Properties
Credentials
Structure for creating a new client credential using Self Signed TLS Client Auth.
[JsonProperty("credentials")]
public IList<CreateSelfSignedTlsClientAuthCredentials> Credentials { get; set; }