Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

pogobuf.GoogleLogin Methods

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.

Param Type
username string
token string