export default class Authentication{ /* (1) Constructs an Authentication object * * ---------------------------------------------------------*/ constructor(){ /* (1) Default attributes */ this._authkey = 'auth.default'; /* (2) Section Title */ } }