Class MdlPresentationRequest
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
A simplified presentation request
[Serializable]
public record MdlPresentationRequest : IJsonOnDeserialized, IEquatable<MdlPresentationRequest>
- Inheritance
-
MdlPresentationRequest
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
OrgIso1801351MDl
[JsonPropertyName("org.iso.18013.5.1.mDL")]
public required MdlPresentationRequestProperties OrgIso1801351MDl { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.