Class RecoveryType
This class represents the possible recovery types
Inheritance
System.Object
RecoveryType
Namespace: Okta.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public class RecoveryType : StringEnum
Constructors
RecoveryType(String)
Initializes a new instance of the RecoveryType class.
Declaration
public RecoveryType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The recovery type value |
Fields
Password
Password
Declaration
public static readonly RecoveryType Password
Field Value
Type | Description |
---|---|
RecoveryType |
Unlock
Unlock
Declaration
public static readonly RecoveryType Unlock
Field Value
Type | Description |
---|---|
RecoveryType |