3 references to CodeChallengeKey
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
91queryStrings[OAuthConstants.CodeChallengeKey] = codeChallenge;
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
325parameters[OAuthConstants.CodeChallengeKey] = codeChallenge;
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
423message.Parameters.Add(OAuthConstants.CodeChallengeKey, codeChallenge);