open()

Calling open will display the Consent Pane view to your user, starting the Link flow.

deck.open()

exit()

The exit function allows you to programmatically close Link. Calling exit will trigger the onExit callback.

deck.exit()