Add @ssttevee method of authentication (from pull request #43)

This commit is contained in:
Godzil
2018-08-01 02:07:21 +01:00
parent b48877b786
commit ab35bb4439
2 changed files with 25 additions and 0 deletions

View File

@@ -23,12 +23,16 @@ interface IConfig {
retry?: number;
// Login options
logUsingApi?: boolean;
logUsingCookie?: boolean;
crSessionUrl?: string;
crDeviceType?: string;
crAPIVersion?: string;
crLocale?: string;
crSessionKey?: string;
crLoginUrl?: string;
// Third method, injecting data from cookies
crUserId?: string;
crUserKey?: string;
// Generated values
crDeviceId?: string;
crSessionId?: string;