Add @ssttevee method of authentication (from pull request #43)
This commit is contained in:
4
src/interface/IConfig.d.ts
vendored
4
src/interface/IConfig.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user