Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FakeCSPHandler ¶
Types ¶
type APITokenClient ¶
func (*APITokenClient) GetAccessToken ¶
func (c *APITokenClient) GetAccessToken() (*AuthorizeResponse, error)
type AuthorizeResponse ¶
type Client ¶
type Client interface {
GetAccessToken() (*AuthorizeResponse, error)
}
type ClientCredentialsClient ¶
type ClientCredentialsClient struct {
BaseURL string
ClientID string
ClientSecret string
OrgID *string
}
func (*ClientCredentialsClient) GetAccessToken ¶
func (c *ClientCredentialsClient) GetAccessToken() (*AuthorizeResponse, error)
Click to show internal directories.
Click to hide internal directories.