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 SourceExternalLoginSignInResult()
Declaration
public ExternalLoginSignInResult()
Properties
View SourceNotAllowed
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. |