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.
OptionalreturnApp-side destination to return the user to once the callback has been
processed. It is stored locally alongside the PKCE verifier (never sent
to the server) and surfaced back as returnTo on the result of
FaableAuthClient.handleRedirectCallback / FaableAuthClient.initialize.
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