You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="authorizationRedirectDelegate">Custom handler for processing the OAuth authorization URL. If null, uses the default HTTP listener approach.</param>
46
-
/// <param name="additionalScopes">Additional OAuth scopes to request beyond those specified in the scopes_supported specified in the .well-known/oauth-protected-resource response.</param>
46
+
/// <param name="scopes">Additional OAuth scopes to request instead of those specified in the scopes_supported specified in the .well-known/oauth-protected-resource response.</param>
47
47
/// <param name="loggerFactory">A logger factory to handle diagnostic messages.</param>
48
48
/// <param name="authServerSelector">Function to select which authorization server to use from available servers. If null, uses default selection strategy.</param>
49
49
/// <exception cref="ArgumentNullException">Thrown when serverUrl is null.</exception>
0 commit comments