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
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
AlternateText
[JsonPropertyName("alternate_text")]
public required string AlternateText { get; set; }
Property Value
MaxWait
[JsonPropertyName("max_wait")]
public double? MaxWait { get; set; }
Property Value
Size
[JsonPropertyName("size")]
public double? Size { get; set; }
Property Value
Url
[JsonPropertyName("url")]
public required string Url { get; set; }
Property Value
VerificationId
[JsonPropertyName("verification_id")]
public required string VerificationId { 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.