Get an auth instance

The auth reference can be created to perform sign-in and sign-out operations.The following method will be used for this purpose and does not fire a server side call:

Copied//Get an Auth instance
var auth = catalyst.auth;