Table of Contents

Class FormWidgetAuth0VerifiableCredentialsConfig

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

Properties

AccessToken

[JsonPropertyName("access_token")]
public required string AccessToken { get; set; }

Property Value

string

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

AlternateText

[JsonPropertyName("alternate_text")]
public required string AlternateText { get; set; }

Property Value

string

MaxWait

[JsonPropertyName("max_wait")]
public double? MaxWait { get; set; }

Property Value

double?

Size

[JsonPropertyName("size")]
public double? Size { get; set; }

Property Value

double?

Url

[JsonPropertyName("url")]
public required string Url { get; set; }

Property Value

string

VerificationId

[JsonPropertyName("verification_id")]
public required string VerificationId { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.