Table of Contents

Struct ActionTriggerTypeEnum

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

Constructors

ActionTriggerTypeEnum(string)

public ActionTriggerTypeEnum(string value)

Parameters

value string

Fields

CredentialsExchange

public static readonly ActionTriggerTypeEnum CredentialsExchange

Field Value

ActionTriggerTypeEnum

CustomEmailProvider

public static readonly ActionTriggerTypeEnum CustomEmailProvider

Field Value

ActionTriggerTypeEnum

CustomPhoneProvider

public static readonly ActionTriggerTypeEnum CustomPhoneProvider

Field Value

ActionTriggerTypeEnum

CustomTokenExchange

public static readonly ActionTriggerTypeEnum CustomTokenExchange

Field Value

ActionTriggerTypeEnum

EventStream

public static readonly ActionTriggerTypeEnum EventStream

Field Value

ActionTriggerTypeEnum

LoginPostIdentifier

public static readonly ActionTriggerTypeEnum LoginPostIdentifier

Field Value

ActionTriggerTypeEnum

PasswordHashMigration

public static readonly ActionTriggerTypeEnum PasswordHashMigration

Field Value

ActionTriggerTypeEnum

PasswordResetPostChallenge

public static readonly ActionTriggerTypeEnum PasswordResetPostChallenge

Field Value

ActionTriggerTypeEnum

PostChangePassword

public static readonly ActionTriggerTypeEnum PostChangePassword

Field Value

ActionTriggerTypeEnum

PostLogin

public static readonly ActionTriggerTypeEnum PostLogin

Field Value

ActionTriggerTypeEnum

PostUserRegistration

public static readonly ActionTriggerTypeEnum PostUserRegistration

Field Value

ActionTriggerTypeEnum

PreUserRegistration

public static readonly ActionTriggerTypeEnum PreUserRegistration

Field Value

ActionTriggerTypeEnum

SendPhoneMessage

public static readonly ActionTriggerTypeEnum SendPhoneMessage

Field Value

ActionTriggerTypeEnum

SignupPostIdentifier

public static readonly ActionTriggerTypeEnum SignupPostIdentifier

Field Value

ActionTriggerTypeEnum

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 ActionTriggerTypeEnum FromCustom(string value)

Parameters

value string

Returns

ActionTriggerTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(ActionTriggerTypeEnum, string)

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

Parameters

value1 ActionTriggerTypeEnum
value2 string

Returns

bool

explicit operator string(ActionTriggerTypeEnum)

public static explicit operator string(ActionTriggerTypeEnum value)

Parameters

value ActionTriggerTypeEnum

Returns

string

explicit operator ActionTriggerTypeEnum(string)

public static explicit operator ActionTriggerTypeEnum(string value)

Parameters

value string

Returns

ActionTriggerTypeEnum

operator !=(ActionTriggerTypeEnum, string)

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

Parameters

value1 ActionTriggerTypeEnum
value2 string

Returns

bool