Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 714 Bytes

File metadata and controls

27 lines (23 loc) · 714 Bytes

How to generate a new account:

TheAltening theAltening = new TheAltening();
theAltening.generateAccount("API TOKEN");

How to favourite and private account:

TheAltening theAltening = new TheAltening();
theAltening.favouriteCurrentAccount();
theAltening.privateCurrentAccount();

theAltening.favouriteAccount("API TOKEN", "ACCOUNT TOKEN");
theAltening.privateAccount("API TOKEN", "ACCOUNT TOKEN");

How to generate license info:

TheAltening theAltening = new TheAltening();
theAltening.initializeLicenseInfo("TOKEN");

How to set authentication service:

TheAltening theAltening = new TheAltening();
theAltening.setAuthService(AccountService.ServiceType.THEALTENING);