Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<ExternalLoginOperationStatus, TProperty>(ExternalLoginOperationStatus, Expression<Func<ExternalLoginOperationStatus, TProperty>>)
    DictionaryExtensions.MergeLeft<ExternalLoginOperationStatus, TK, TV>(ExternalLoginOperationStatus, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<ExternalLoginOperationStatus, TK, TV>(ExternalLoginOperationStatus, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<ExternalLoginOperationStatus>(ExternalLoginOperationStatus)
    ObjectExtensions.AsEnumerableOfOne<ExternalLoginOperationStatus>(ExternalLoginOperationStatus)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX