Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { ContactClient *contact_1_0.Client OauthClient *oauth2_1_0.Client Config }
func (Client) GetUserInfo ¶
func (c Client) GetUserInfo(accessToken string) (*contact_1_0.GetUserResponse, error)
func (Client) GetUserToken ¶
func (c Client) GetUserToken(authCode string) (*oauth2_1_0.GetUserTokenResponse, error)
Click to show internal directories.
Click to hide internal directories.