Table of Contents

Class ClientSignedRequestObjectWithPublicKey

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

JWT-secured Authorization Requests (JAR) settings.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Credentials

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

Property Value

IEnumerable<PublicKeyCredential>

Required

Indicates whether the JAR requests are mandatory

[JsonPropertyName("required")]
public bool? Required { get; set; }

Property Value

bool?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.