Skip to main content
The Web SDK can be used to launch the pre-built UI.

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 or window it returns a Promise<TokenPayload> that resolves when the popup or window closes.
For more information on launching the pre-built UI see our detailed guide.