2 overrides of BuildChallengeUrl
Microsoft.AspNetCore.Authentication.Google (1)
GoogleHandler.cs (1)
66protected override string BuildChallengeUrl(AuthenticationProperties properties, string redirectUri)
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
62protected override string BuildChallengeUrl(AuthenticationProperties properties, string redirectUri)
2 references to BuildChallengeUrl
Microsoft.AspNetCore.Authentication.Google (1)
GoogleHandler.cs (1)
72var queryStrings = QueryHelpers.ParseQuery(new Uri(base.BuildChallengeUrl(properties, redirectUri)).Query);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
273var authorizationEndpoint = BuildChallengeUrl(properties, BuildRedirectUri(Options.CallbackPath));