Table of Contents

Class CreatedUserAuthenticationMethodTypeEnum.Values

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Constant strings for enum values

[Serializable]
public static class CreatedUserAuthenticationMethodTypeEnum.Values
Inheritance
CreatedUserAuthenticationMethodTypeEnum.Values
Inherited Members

Fields

Email

public const string Email = "email"

Field Value

string

Passkey

public const string Passkey = "passkey"

Field Value

string

Phone

public const string Phone = "phone"

Field Value

string

Totp

public const string Totp = "totp"

Field Value

string

WebauthnRoaming

public const string WebauthnRoaming = "webauthn-roaming"

Field Value

string