4 references to CodeVerifierKey
Microsoft.AspNetCore.Authentication.OAuth (4)
OAuthHandler.cs (4)
210if (context.Properties.Items.TryGetValue(OAuthConstants.CodeVerifierKey, out var codeVerifier)) 212tokenRequestParameters.Add(OAuthConstants.CodeVerifierKey, codeVerifier!); 213context.Properties.Items.Remove(OAuthConstants.CodeVerifierKey); 320properties.Items.Add(OAuthConstants.CodeVerifierKey, codeVerifier);