SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

LaunchBrowser Event

Fires to show the login page to the end-user.

Syntax

oauthclient.on('LaunchBrowser', [callback])

Callback

The 'callback' is called when the 'LaunchBrowser' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.URL
e.handled

Remarks

Subscribe to this event to respond to requests from the component to open the URL in the browser. Set Handled to true to report that the URL has been opened in the browser.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Node.js Edition - Version 20.0 [Build 8165]