You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.
Andreas Reich edited this page Aug 3, 2016
·
1 revision
pogobuf.GoogleLogin methods
login(username, password) ⇒ Promise
Performs the Google login process and returns a Promise that will be resolved with the
auth token.
Param
Type
username
string
password
string
loginWithToken(username, token) ⇒ Promise
Performs the Google login by skipping the password step and starting with the Master Token
instead. Returns a Promise that will be resolved with the auth token.