Table of Contents

Class MdlPresentationRequestProperties

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record MdlPresentationRequestProperties : IJsonOnDeserialized, IEquatable<MdlPresentationRequestProperties>
Inheritance
MdlPresentationRequestProperties
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

OrgIso1801351

[JsonPropertyName("org.iso.18013.5.1")]
public required MdlPresentationProperties OrgIso1801351 { get; set; }

Property Value

MdlPresentationProperties

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.