Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenFetcher ¶
type TokenFetcher struct {
// contains filtered or unexported fields
}
func NewTokenFetcher ¶
func NewTokenFetcher(opts ...TokenFetcherOption) (*TokenFetcher, error)
func (*TokenFetcher) FetchToken ¶
func (c *TokenFetcher) FetchToken(ctx context.Context) (string, error)
type TokenFetcherOption ¶
type TokenFetcherOption func(*TokenFetcher)
func WithAuthAPIKey ¶
func WithAuthAPIKey(authAPIKey string) TokenFetcherOption
func WithNGCAPIKey ¶
func WithNGCAPIKey(ngcAPIKey, ngcOrg string) TokenFetcherOption
func WithNGCAuthURL ¶
func WithNGCAuthURL(ngcAuthURL string) TokenFetcherOption
Click to show internal directories.
Click to hide internal directories.