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
valuestring
Fields
CredentialsExchange
public static readonly ActionTriggerTypeEnum CredentialsExchange
Field Value
CustomEmailProvider
public static readonly ActionTriggerTypeEnum CustomEmailProvider
Field Value
CustomPhoneProvider
public static readonly ActionTriggerTypeEnum CustomPhoneProvider
Field Value
CustomTokenExchange
public static readonly ActionTriggerTypeEnum CustomTokenExchange
Field Value
EventStream
public static readonly ActionTriggerTypeEnum EventStream
Field Value
LoginPostIdentifier
public static readonly ActionTriggerTypeEnum LoginPostIdentifier
Field Value
PasswordHashMigration
public static readonly ActionTriggerTypeEnum PasswordHashMigration
Field Value
PasswordResetPostChallenge
public static readonly ActionTriggerTypeEnum PasswordResetPostChallenge
Field Value
PostChangePassword
public static readonly ActionTriggerTypeEnum PostChangePassword
Field Value
PostLogin
public static readonly ActionTriggerTypeEnum PostLogin
Field Value
PostUserRegistration
public static readonly ActionTriggerTypeEnum PostUserRegistration
Field Value
PreUserRegistration
public static readonly ActionTriggerTypeEnum PreUserRegistration
Field Value
SendPhoneMessage
public static readonly ActionTriggerTypeEnum SendPhoneMessage
Field Value
SignupPostIdentifier
public static readonly ActionTriggerTypeEnum SignupPostIdentifier
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static ActionTriggerTypeEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(ActionTriggerTypeEnum, string)
public static bool operator ==(ActionTriggerTypeEnum value1, string value2)
Parameters
value1ActionTriggerTypeEnumvalue2string
Returns
explicit operator string(ActionTriggerTypeEnum)
public static explicit operator string(ActionTriggerTypeEnum value)
Parameters
valueActionTriggerTypeEnum
Returns
explicit operator ActionTriggerTypeEnum(string)
public static explicit operator ActionTriggerTypeEnum(string value)
Parameters
valuestring
Returns
operator !=(ActionTriggerTypeEnum, string)
public static bool operator !=(ActionTriggerTypeEnum value1, string value2)
Parameters
value1ActionTriggerTypeEnumvalue2string