Interface IBackOfficeExternalLoginProviders
Service to return Back
Namespace: Umbraco.Cms.Web.BackOffice.Security
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public interface IBackOfficeExternalLoginProviders
Methods
View SourceGetAsync(String)
Get the Back
Declaration
Task<BackOfficeExternaLoginProviderScheme> GetAsync(string authenticationType)
Parameters
Type | Name | Description |
---|---|---|
System. |
authenticationType |
Returns
Type | Description |
---|---|
Task<Back |
GetAutoLoginProvider()
Returns the authentication type for the last registered external login (oauth) provider that specifies an auto-login redirect option
Declaration
string GetAutoLoginProvider()
Returns
Type | Description |
---|---|
System. |
GetBackOfficeProvidersAsync()
Get all registered Back
Declaration
Task<IEnumerable<BackOfficeExternaLoginProviderScheme>> GetBackOfficeProvidersAsync()
Returns
Type | Description |
---|---|
Task<IEnumerable<Back |
HasDenyLocalLogin()
Returns true if there is any external provider that has the Deny Local Login option configured
Declaration
bool HasDenyLocalLogin()
Returns
Type | Description |
---|---|
System. |