Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChainedTokenSource ¶
func NewChainedTokenSource(tokenSources ...oauth2.TokenSource) oauth2.TokenSource
NewChainedTokenSource returns a newly initialized ChainedTokenSource struct
Types ¶
type ChainedTokenSource ¶
type ChainedTokenSource struct {
// contains filtered or unexported fields
}
ChainedTokenSource is an implementation of Token Source to try to get a token from multiple TokenSources and returns the first found token
Click to show internal directories.
Click to hide internal directories.