Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthClient ¶
type AuthClient struct {
// contains filtered or unexported fields
}
func NewAuthClient ¶
func NewAuthClient(getToken GetToken) *AuthClient
func (*AuthClient) SkipSSLValidation ¶
func (a *AuthClient) SkipSSLValidation()
type TokenGetter ¶
type TokenGetter struct {
// contains filtered or unexported fields
}
func NewTokenGetter ¶
func NewTokenGetter(getToken GetToken) *TokenGetter
func (*TokenGetter) Token ¶
func (t *TokenGetter) Token() (string, error)
Click to show internal directories.
Click to hide internal directories.