Table of Contents

Class CimdMappedClientAuthenticationMethodsPrivateKeyJwt

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Private Key JWT authentication configuration

[Serializable]
public record CimdMappedClientAuthenticationMethodsPrivateKeyJwt : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<CimdMappedClientAuthenticationMethodsPrivateKeyJwt>
Inheritance
CimdMappedClientAuthenticationMethodsPrivateKeyJwt
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Credentials

Credentials derived from the JWKS document

[JsonPropertyName("credentials")]
public IEnumerable<CimdMappedPrivateKeyJwtCredential> Credentials { get; set; }

Property Value

IEnumerable<CimdMappedPrivateKeyJwtCredential>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.