Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator struct { EmailAddress string Password string Proxy string Session tls_client.HttpClient UserAgent string State string URL string Verifier_code string Verifier_challenge string AuthResult interface{} PUID string IsPlatform bool }
func NewAuthenticator ¶
func NewAuthenticator(emailAddress, password, proxy string) *Authenticator
func (*Authenticator) Begin ¶
func (auth *Authenticator) Begin() *Error
func (*Authenticator) GetAccessToken ¶
func (auth *Authenticator) GetAccessToken() string
func (*Authenticator) GetAuthResult ¶
func (auth *Authenticator) GetAuthResult() interface{}
func (*Authenticator) GetPUID ¶
func (auth *Authenticator) GetPUID() (string, *Error)
func (*Authenticator) URLEncode ¶
func (auth *Authenticator) URLEncode(str string) string
Click to show internal directories.
Click to hide internal directories.