3 references to CodeChallengeMethodKey
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
92
queryStrings[OAuthConstants.
CodeChallengeMethodKey
] = OAuthConstants.CodeChallengeMethodS256;
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
326
parameters[OAuthConstants.
CodeChallengeMethodKey
] = OAuthConstants.CodeChallengeMethodS256;
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
424
message.Parameters.Add(OAuthConstants.
CodeChallengeMethodKey
, OAuthConstants.CodeChallengeMethodS256);