12 references to SetParameter
Microsoft.AspNetCore.Authentication.Google (5)
GoogleChallengeProperties.cs (5)
66set => SetParameter(AccessTypeKey, value); 75set => SetParameter(ApprovalPromptKey, value); 84set => SetParameter(IncludeGrantedScopesKey, value); 93set => SetParameter(LoginHintKey, value); 102set => SetParameter(PromptParameterKey, value);
Microsoft.AspNetCore.Authentication.MicrosoftAccount (4)
MicrosoftChallengeProperties.cs (4)
65set => SetParameter(ResponseModeKey, value); 78set => SetParameter(DomainHintKey, value); 90set => SetParameter(LoginHintKey, value); 102set => SetParameter(PromptKey, value);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthChallengeProperties.cs (1)
44set => SetParameter(ScopeKey, value);
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectChallengeProperties.cs (2)
52set => SetParameter(MaxAgeKey, value); 61set => SetParameter(PromptKey, value);