Skip to main content
The Web SDK can be used to launch the pre-built UI.
authsignal.launch(url, options);

Parameters

url
string
The URL obtained on your server by tracking an action.
options
LaunchOptions Object
The options used when launching the pre-built UI.

Response

Promise<TokenPayload>
When mode is set as popup it returns a Promise<TokenPayload> that resolves when the popup closes.
For more information on launching the pre-built UI see our detailed guide.