Enum UserClientCredentialsOperationStatus
Represents the status of a user client credentials operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum UserClientCredentialsOperationStatus
Fields
| Name | Description |
|---|---|
| DuplicateClientId | The operation failed because a client with the same ID already exists. |
| InvalidClientId | The operation failed because the client ID is invalid. |
| InvalidUser | The operation failed because the user is invalid or does not exist. |
| Success | The operation completed successfully. |