1 instantiation of OAuthCodeExchangeContext
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
133
var codeExchangeContext = new
OAuthCodeExchangeContext
(properties, code.ToString(), BuildRedirectUri(Options.CallbackPath));
4 references to OAuthCodeExchangeContext
Microsoft.AspNetCore.Authentication.OAuth (4)
OAuthCodeExchangeContext.cs (1)
12
/// Initializes a new <see cref="
OAuthCodeExchangeContext
"/>.
OAuthHandler.cs (3)
133
var
codeExchangeContext = new OAuthCodeExchangeContext(properties, code.ToString(), BuildRedirectUri(Options.CallbackPath));
196
/// <param name="context">The <see cref="
OAuthCodeExchangeContext
"/>.</param>
198
protected virtual async Task<OAuthTokenResponse> ExchangeCodeAsync(
OAuthCodeExchangeContext
context)