Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultTimeout = 10 * time.Second
)
Variables ¶
View Source
var ( ErrTokenRequestFailed = errors.New("authtoken: token request failed") ErrNoAccessToken = errors.New("authtoken: no access token in response") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) InvalidateToken ¶
func (c *Client) InvalidateToken()
Click to show internal directories.
Click to hide internal directories.