Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Oauth2Client ¶
type Oauth2Client struct { TokenPersitence oauthenticator.TokenPersistence // contains filtered or unexported fields }
func New ¶
func New(oauth *oauth2.Config, tokenPersistence oauthenticator.TokenPersistence) *Oauth2Client
func (*Oauth2Client) Get ¶
func (ms *Oauth2Client) Get(request string) (resp *http.Response, err error)
func (*Oauth2Client) GetClient ¶
func (ms *Oauth2Client) GetClient() *http.Client
Click to show internal directories.
Click to hide internal directories.