Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExternalLoginSignInResult

    Result returned from signing in when external logins are used.

    Inheritance
    object
    SignInResult
    Namespace: Umbraco.Cms.Api.Management.Security
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ExternalLoginSignInResult : SignInResult

    Constructors

    View Source

    ExternalLoginSignInResult()

    Declaration
    public ExternalLoginSignInResult()

    Properties

    View Source

    NotAllowed

    Gets a ExternalLoginSignInResult that represents a sign-in attempt that failed because the user is not allowed to sign-in.

    Declaration
    public static ExternalLoginSignInResult NotAllowed { get; }
    Property Value
    Type Description
    ExternalLoginSignInResult

    A ExternalLoginSignInResult that represents a sign-in attempt that failed because the user is not allowed to sign-in.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX