2 references to AddQueryString
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
98return QueryHelpers.AddQueryString(Options.AuthorizationEndpoint, queryStrings!);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
336return QueryHelpers.AddQueryString(Options.AuthorizationEndpoint, parameters!);