View Source
Interface IBasicAuthService
Assembly: Umbraco.Core.dll
Syntax
public interface IBasicAuthService
Methods
View Source
HasCorrectSharedSecret(IDictionary<string, StringValues>)
Declaration
bool HasCorrectSharedSecret(IDictionary<string, StringValues> headers)
Parameters
| Type |
Name |
Description |
| IDictionary<string, StringValues> |
headers |
|
Returns
View Source
IsBasicAuthEnabled()
Declaration
bool IsBasicAuthEnabled()
Returns
View Source
IsIpAllowListed(IPAddress)
Declaration
bool IsIpAllowListed(IPAddress clientIpAddress)
Parameters
| Type |
Name |
Description |
| IPAddress |
clientIpAddress |
|
Returns
View Source
IsRedirectToLoginPageEnabled()
Declaration
bool IsRedirectToLoginPageEnabled()
Returns