1 write to Prompt
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
64options.Prompt = configSection[nameof(options.Prompt)] ?? options.Prompt;
3 references to Prompt
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectConfigureOptions.cs (2)
64options.Prompt = configSection[nameof(options.Prompt)] ?? options.Prompt;
OpenIdConnectHandler.cs (1)
411Prompt = properties.GetParameter<string>(OpenIdConnectParameterNames.Prompt) ?? Options.Prompt,