6 references to ContosoAuthenticationOptions
Identity.DefaultUI.WebSite (6)
Pages\Contoso\Login.cshtml.cs (2)
18
public LoginModel(IOptionsMonitor<
ContosoAuthenticationOptions
> options)
39
public
ContosoAuthenticationOptions
Options { get; }
Services\ContosoAuthenticationBuilderExtensions.cs (2)
12
Action<
ContosoAuthenticationOptions
> configure) =>
13
builder.AddScheme<
ContosoAuthenticationOptions
, ContosoAuthenticationHandler>(
Services\ContosoAuthenticationHandler.cs (2)
12
public class ContosoAuthenticationHandler : AuthenticationHandler<
ContosoAuthenticationOptions
>
15
IOptionsMonitor<
ContosoAuthenticationOptions
> options,