OptionalaudienceOverride the API audience the issued access token should be bound to.
Falls back to FaableAuthClientConfig.audience when omitted.
OptionalconnectionDefault connection is used if not setted. Kept for compatibility with tenants using connection names.
Optionalconnection_Identifier of the connection to use. Preferred over connection when
known, as the backend resolves it without additional lookups. If both
are provided, connection_id wins.
OptionalqueryAn object of query params
OptionalredirectA URL to send the user to after they are confirmed.
OptionalscopesA space-separated list of scopes granted to the OAuth application.
OptionalskipIf set to true does not immediately redirect the current browser context to visit the OAuth authorization page for the provider.
Options accepted by FaableAuthClient.signInWithOauthConnection.
See
Connections