Table of Contents

Class GenerateRecoveryCodeResponse

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Represents a Generate Recovery Code response.

public class GenerateRecoveryCodeResponse
Inheritance
GenerateRecoveryCodeResponse
Inherited Members

Properties

RecoveryCode

New recovery code.

[JsonProperty("recovery_code")]
public string RecoveryCode { get; set; }

Property Value

string