Documentation ¶
Index ¶
- type Client
- func (c *Client) GetAuthToken(username, password string, insecureSkipVerify bool) (string, error)
- func (c *Client) GetAuthTokenWithExpiresIn(username, password string, insecureSkipVerify bool) (string, int, error)
- func (c *Client) GetRefreshToken(clientID, refreshToken string, insecureSkipVerify bool) (string, string, error)
- func (c *Client) TokenIsAuthorized(username, password, token, client_id string, insecureSkipVerify bool) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetAuthToken ¶
func (*Client) GetAuthTokenWithExpiresIn ¶
func (*Client) GetRefreshToken ¶
Click to show internal directories.
Click to hide internal directories.