oauth

package
v0.7.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2018 License: MIT Imports: 9 Imported by: 0

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.

func (ClientConfig) Sign

func (oauth ClientConfig) Sign(req *http.Request) error

Sign method to sign an HTTP request for an OAuth exchange.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL