Enum ExternalLoginOperationStatus
Represents the status of an external login operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ExternalLoginOperationStatus
Fields
| Name | Description |
|---|---|
| AuthenticationOptionsNotFound | The authentication options for the provider were not found. |
| AuthenticationSchemeNotFound | The authentication scheme was not found. |
| ExternalInfoNotFound | The external login information was not found. |
| IdentityFailure | An identity operation failure occurred. |
| IdentityNotFound | The external identity was not found. |
| InvalidProviderKey | The provider key is invalid. |
| InvalidSecret | The provided secret is invalid. |
| Success | The operation completed successfully. |
| Unauthorized | The user is not authorized to perform this operation. |
| Unknown | An unknown error occurred during the operation. |
| UnlinkingDisabled | Unlinking external logins is disabled for this provider. |
| UserNotFound | The specified user was not found. |
| UserSecretNotFound | The user secret was not found. |