Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAltTokenSource ¶ added in v0.4.0
func NewAltTokenSource(tokenURL, tokenBody string) oauth2.TokenSource
NewAltTokenSource constructs a new alternate token source for generating tokens.
Types ¶
type AltTokenSource ¶ added in v0.4.0
type AltTokenSource struct {
// contains filtered or unexported fields
}
AltTokenSource is the structure holding the data for the functionality needed to generates tokens
type ConfigFile ¶ added in v0.4.0
type ConfigFile struct {
Global ConfigGlobal `gcfg:"global"`
}
Click to show internal directories.
Click to hide internal directories.