package
Version:
v0.0.0-...-4b7ff4e
Opens a new window with list of versions in this module.
Published: Jul 24, 2020
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client interface {
GetAuthorizationToken() (Token, error)
WaitForCredentials() error
}
type Token struct {
AccessToken string `json:"access_token"`
Expiration int64 `json:"expires_in"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.