Table of Contents

Class CreateClientAuthenticationMethods

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

Structure for creating new client authentication methods

public class CreateClientAuthenticationMethods
Inheritance
CreateClientAuthenticationMethods
Inherited Members

Properties

PrivateKeyJwt

[JsonProperty("private_key_jwt")]
public CreatePrivateKeyJwt PrivateKeyJwt { get; set; }

Property Value

CreatePrivateKeyJwt