View Source
Class BackOfficeExternaLoginProviderScheme
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class BackOfficeExternaLoginProviderScheme
Constructors
View Source
BackOfficeExternaLoginProviderScheme(BackOfficeExternalLoginProvider, AuthenticationScheme)
Declaration
public BackOfficeExternaLoginProviderScheme(BackOfficeExternalLoginProvider externalLoginProvider, AuthenticationScheme authenticationScheme)
Parameters
Properties
View Source
AuthenticationScheme
Declaration
public AuthenticationScheme AuthenticationScheme { get; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Authentication.AuthenticationScheme |
|
View Source
ExternalLoginProvider
Declaration
public BackOfficeExternalLoginProvider ExternalLoginProvider { get; }
Property Value