discord-client/webpack/lib/authentication.js

17 lines
265 B
JavaScript
Raw Normal View History

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