Phone API Reference - Extended - app.getAuth
app.getAuth
Description
Returns a reference to the automatically instantiated Auth object that is created when app.init is called.
Basic Example:
var authObj = app.getAuth(); |
Parameters
None |
Returns a reference to the automatically instantiated Auth object that is created when app.init is called.
Basic Example:
var authObj = app.getAuth(); |
Parameters
None |