Table of Contents

Struct AuthenticationMethodTypeEnum

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(AuthenticationMethodTypeEnum.AuthenticationMethodTypeEnumSerializer))]
[Serializable]
public readonly record struct AuthenticationMethodTypeEnum : IStringEnum, IEquatable<string>, IEquatable<AuthenticationMethodTypeEnum>
Implements
Inherited Members

Constructors

AuthenticationMethodTypeEnum(string)

public AuthenticationMethodTypeEnum(string value)

Parameters

value string

Fields

Email

public static readonly AuthenticationMethodTypeEnum Email

Field Value

AuthenticationMethodTypeEnum

EmailVerification

public static readonly AuthenticationMethodTypeEnum EmailVerification

Field Value

AuthenticationMethodTypeEnum

Guardian

public static readonly AuthenticationMethodTypeEnum Guardian

Field Value

AuthenticationMethodTypeEnum

Passkey

public static readonly AuthenticationMethodTypeEnum Passkey

Field Value

AuthenticationMethodTypeEnum

Password

public static readonly AuthenticationMethodTypeEnum Password

Field Value

AuthenticationMethodTypeEnum

Phone

public static readonly AuthenticationMethodTypeEnum Phone

Field Value

AuthenticationMethodTypeEnum

Push

public static readonly AuthenticationMethodTypeEnum Push

Field Value

AuthenticationMethodTypeEnum

RecoveryCode

public static readonly AuthenticationMethodTypeEnum RecoveryCode

Field Value

AuthenticationMethodTypeEnum

Totp

public static readonly AuthenticationMethodTypeEnum Totp

Field Value

AuthenticationMethodTypeEnum

WebauthnPlatform

public static readonly AuthenticationMethodTypeEnum WebauthnPlatform

Field Value

AuthenticationMethodTypeEnum

WebauthnRoaming

public static readonly AuthenticationMethodTypeEnum WebauthnRoaming

Field Value

AuthenticationMethodTypeEnum

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static AuthenticationMethodTypeEnum FromCustom(string value)

Parameters

value string

Returns

AuthenticationMethodTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(AuthenticationMethodTypeEnum, string)

public static bool operator ==(AuthenticationMethodTypeEnum value1, string value2)

Parameters

value1 AuthenticationMethodTypeEnum
value2 string

Returns

bool

explicit operator string(AuthenticationMethodTypeEnum)

public static explicit operator string(AuthenticationMethodTypeEnum value)

Parameters

value AuthenticationMethodTypeEnum

Returns

string

explicit operator AuthenticationMethodTypeEnum(string)

public static explicit operator AuthenticationMethodTypeEnum(string value)

Parameters

value string

Returns

AuthenticationMethodTypeEnum

operator !=(AuthenticationMethodTypeEnum, string)

public static bool operator !=(AuthenticationMethodTypeEnum value1, string value2)

Parameters

value1 AuthenticationMethodTypeEnum
value2 string

Returns

bool