Documentation
¶
Overview ¶
Package oauthclient ...
Package oauthclient ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOauthClient ¶
MockOauthClient MockOauthClient
func (*MockOauthClient) Authorize ¶
func (o *MockOauthClient) Authorize(r *http.Request, c *Claim) bool
Authorize Authorize
func (*MockOauthClient) GetNewClient ¶
func (o *MockOauthClient) GetNewClient() Client
GetNewClient GetNewClient
type OauthClient ¶
type OauthClient struct {
Manager m.Manager
TokenCompressed bool
JwtCompress cp.JwtCompress
Log *lg.Logger
}
OauthClient OauthClient
func (*OauthClient) Authorize ¶
func (o *OauthClient) Authorize(r *http.Request, c *Claim) bool
Authorize Authorize
func (*OauthClient) GetNewClient ¶
func (o *OauthClient) GetNewClient() Client
GetNewClient GetNewClient
Click to show internal directories.
Click to hide internal directories.