Documentation ¶
Index ¶
- func FileSource(path string, token *oauth2.Token, conf *oauth2.Config) oauth2.TokenSource
- func GetConfigDir() string
- func NewAccessTokenClient(clientId, clientSecret, accessToken string) *http.Client
- func NewFileSourceClient(clientId, clientSecret, tokenFile string, authFn authCodeFn) (*http.Client, error)
- func NewRefreshTokenClient(clientId, clientSecret, refreshToken string) *http.Client
- func NewServiceAccountClient(serviceAccountFile string) (*http.Client, error)
- func ReadFile(path string) ([]byte, bool, error)
- func ReadJsonFile(path string) (interface{}, error)
- func ReadToken(path string) (*oauth2.Token, bool, error)
- func SaveToken(path string, token *oauth2.Token) error
- type AuthorizedClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileSource ¶
func GetConfigDir ¶
func GetConfigDir() string
func NewAccessTokenClient ¶
func NewFileSourceClient ¶
func NewRefreshTokenClient ¶
func NewServiceAccountClient ¶
func ReadJsonFile ¶
Types ¶
type AuthorizedClient ¶
func NewAuthorizedClient ¶
func NewAuthorizedClient(id string, secret string) AuthorizedClient
Click to show internal directories.
Click to hide internal directories.