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
CustomEmailProvider
public const string CustomEmailProvider = "custom-email-provider"
Field Value
CustomPhoneProvider
public const string CustomPhoneProvider = "custom-phone-provider"
Field Value
CustomTokenExchange
public const string CustomTokenExchange = "custom-token-exchange"
Field Value
EventStream
public const string EventStream = "event-stream"
Field Value
LoginPostIdentifier
public const string LoginPostIdentifier = "login-post-identifier"
Field Value
PasswordHashMigration
public const string PasswordHashMigration = "password-hash-migration"
Field Value
PasswordResetPostChallenge
public const string PasswordResetPostChallenge = "password-reset-post-challenge"
Field Value
PostChangePassword
public const string PostChangePassword = "post-change-password"
Field Value
PostLogin
public const string PostLogin = "post-login"
Field Value
PostUserRegistration
public const string PostUserRegistration = "post-user-registration"
Field Value
PreUserRegistration
public const string PreUserRegistration = "pre-user-registration"
Field Value
SendPhoneMessage
public const string SendPhoneMessage = "send-phone-message"
Field Value
SignupPostIdentifier
public const string SignupPostIdentifier = "signup-post-identifier"