Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct {
ConsumerKey string `json:"consumer_key" yaml:"consumer_key"`
ConsumerSecret string `json:"consumer_secret" yaml:"consumer_secret"`
AccessToken string `json:"access_token" yaml:"access_token"`
AccessTokenSecret string `json:"access_token_secret" yaml:"access_token_secret"`
RequestURL string `json:"request_url" yaml:"request_url"`
Enabled bool `json:"enabled" yaml:"enabled"`
}
ClientConfig holds the configuration parameters for an OAuth exchange.
func NewClientConfig ¶
func NewClientConfig() ClientConfig
NewClientConfig returns a new ClientConfig with default values.
Click to show internal directories.
Click to hide internal directories.