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