1 reference to OAuthCodeExchangeContext
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
133
var codeExchangeContext = new
OAuthCodeExchangeContext
(properties, code.ToString(), BuildRedirectUri(Options.CallbackPath));