Enum TwoFactorOperationStatus
Represents the status of a two-factor authentication operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum TwoFactorOperationStatus
Fields
| Name | Description |
|---|---|
| InvalidCode | The operation failed because the verification code is invalid. |
| ProviderAlreadySetup | The operation failed because the two-factor provider is already set up for the user. |
| ProviderNameNotFound | The operation failed because the specified two-factor provider name could not be found. |
| Success | The operation completed successfully. |
| UserNotFound | The operation failed because the user could not be found. |