Table of Contents

Class FormWidgetAuth0VerifiableCredentials

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Category

[JsonPropertyName("category")]
public required FormComponentCategoryWidgetConst Category { get; set; }

Property Value

FormComponentCategoryWidgetConst

Config

[JsonPropertyName("config")]
public required FormWidgetAuth0VerifiableCredentialsConfig Config { get; set; }

Property Value

FormWidgetAuth0VerifiableCredentialsConfig

Hint

[JsonPropertyName("hint")]
public string? Hint { get; set; }

Property Value

string

Id

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

Label

[JsonPropertyName("label")]
public string? Label { get; set; }

Property Value

string

Required

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

Property Value

bool?

Sensitive

[JsonPropertyName("sensitive")]
public bool? Sensitive { get; set; }

Property Value

bool?

Type

[JsonPropertyName("type")]
public required FormWidgetTypeAuth0VerifiableCredentialsConst Type { get; set; }

Property Value

FormWidgetTypeAuth0VerifiableCredentialsConst

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.