Table of Contents

Class RegenerateUsersRecoveryCodeResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

RecoveryCode

New account recovery code.

[JsonPropertyName("recovery_code")]
public string? RecoveryCode { 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.