Interface AccountLoginCommandInput

Hierarchy

  • AccountLoginCommandInput

Properties

endpoint?: "/api/v1/web/accounts/login/ajax/" | "/api/v1/accounts/login/"

In case you have problems with the native login flow – you can switch to web one

Default

/api/v1/accounts/login/
password?: string

Takes process.env.IG_PASSWORD by default

username?: string

Takes process.env.IG_USERNAME by default