package
Version:
v0.0.0-...-1c44903
Opens a new window with list of versions in this module.
Published: Jul 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 12
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)
}
type Token struct {
AccessToken string `json:"access_token"`
Expiration int64 `json:"expires_in"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.