Table of Contents

Class ActionTriggerTypeEnum.Values

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Constant strings for enum values

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

Fields

CredentialsExchange

public const string CredentialsExchange = "credentials-exchange"

Field Value

string

CustomEmailProvider

public const string CustomEmailProvider = "custom-email-provider"

Field Value

string

CustomPhoneProvider

public const string CustomPhoneProvider = "custom-phone-provider"

Field Value

string

CustomTokenExchange

public const string CustomTokenExchange = "custom-token-exchange"

Field Value

string

EventStream

public const string EventStream = "event-stream"

Field Value

string

LoginPostIdentifier

public const string LoginPostIdentifier = "login-post-identifier"

Field Value

string

PasswordHashMigration

public const string PasswordHashMigration = "password-hash-migration"

Field Value

string

PasswordResetPostChallenge

public const string PasswordResetPostChallenge = "password-reset-post-challenge"

Field Value

string

PostChangePassword

public const string PostChangePassword = "post-change-password"

Field Value

string

PostLogin

public const string PostLogin = "post-login"

Field Value

string

PostUserRegistration

public const string PostUserRegistration = "post-user-registration"

Field Value

string

PreUserRegistration

public const string PreUserRegistration = "pre-user-registration"

Field Value

string

SendPhoneMessage

public const string SendPhoneMessage = "send-phone-message"

Field Value

string

SignupPostIdentifier

public const string SignupPostIdentifier = "signup-post-identifier"

Field Value

string