Table of Contents

Class PrivateKeyJwt

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

Defines private_key_jwt client authentication method. If this property is defined, the client is enabled to use the Private Key JWT authentication method.

public class PrivateKeyJwt
Inheritance
PrivateKeyJwt
Inherited Members

Properties

Credentials

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

Property Value

IList<CredentialId>