Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthClient ¶
type AuthClient struct {
// contains filtered or unexported fields
}
AuthClient is for authenticating with Google and optionally getting a token from the web interface interactively
func NewAuthClient ¶
NewAuthClient creates a new AuthClient with the paths given
func (*AuthClient) GetClient ¶
func (a *AuthClient) GetClient() (*http.Client, error)
GetClient will return the http.Client for the authenticated connection
func (*AuthClient) GetTokenFromWeb ¶
func (a *AuthClient) GetTokenFromWeb() *oauth2.Token
GetTokenFromWeb will interactively get a token from Google
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the Google Apps for Domains Client
func (*Client) GetGroupMembers ¶
GetGroupMembers will get the members of the group specified
Click to show internal directories.
Click to hide internal directories.