completeConnect
See Getting Started for a full overview of the Connect Widget flow.
connectClient.completeConnect(params) ⇒
Completes a connection process using continue token and interaction reference.
Kind: instance method of ConnectClient
Returns: Object containing the access token
Throws:
ArmorySdkException
If there's an error completing the connection
Param
Description
params
Parameters for completing the connection
params.continueToken
Token for continuing the connection process
params.interactRef
Interaction reference for verification
Example
Last updated