# Packages
No description provided by the author
# Functions
Create a new config.
NewNotifyingTokenSource creates a NotifyingTokenSource from an underlying src and calls f when a new token is obtained.
Read a specific configuration (json) file.
Setup client using specific config.
# Constants
Define end points.
Define end points.
oauth2 and api flow.
response types.
Define end points.
Define end points.
Define end points.
Define end points.
Define end points.
NOTE: time.RFC3339 does not work for unclear reason?.
Define end points.
# Structs
Api client.
Config.
No description provided by the author
NotifyingTokenSource is an oauth2.TokenSource that calls a function when a new token is obtained.
# Type aliases
TokenNotifyFunc is a function that accepts an oauth2 Token upon refresh, and returns an error if it should not be used.