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