Builds URLSearchParams for an OAuth2/OIDC authorization request. Used for both direct authorize URL construction and PAR body.
Standard OAuth fields always take precedence over any conflicting query entries — query is applied first and then overwritten by the known params.
query
Builds URLSearchParams for an OAuth2/OIDC authorization request. Used for both direct authorize URL construction and PAR body.
Standard OAuth fields always take precedence over any conflicting
queryentries —queryis applied first and then overwritten by the known params.