Versions in this module Expand all Collapse all v0 v0.1.0 Sep 3, 2015 Changes in this version + const DiscoveryJSON + func MapSchemaClientToClientIdentity(sc Client) (oidc.ClientIdentity, error) + type Client struct + Id string + RedirectURIs []string + func MapClientIdentityToSchemaClient(c oidc.ClientIdentity) Client + type ClientPage struct + Clients []*Client + NextPageToken string + type ClientWithSecret struct + Id string + RedirectURIs []string + Secret string + func MapClientIdentityToSchemaClientWithSecret(c oidc.ClientIdentity) ClientWithSecret + type ClientsCreateCall struct + func (c *ClientsCreateCall) Do() (*ClientWithSecret, error) + func (c *ClientsCreateCall) Fields(s ...googleapi.Field) *ClientsCreateCall + type ClientsListCall struct + func (c *ClientsListCall) Do() (*ClientPage, error) + func (c *ClientsListCall) Fields(s ...googleapi.Field) *ClientsListCall + func (c *ClientsListCall) NextPageToken(nextPageToken string) *ClientsListCall + type ClientsService struct + func NewClientsService(s *Service) *ClientsService + func (r *ClientsService) Create(client *Client) *ClientsCreateCall + func (r *ClientsService) List() *ClientsListCall + type Error struct + Error string + Error_description string + type Service struct + BasePath string + Clients *ClientsService + Users *UsersService + func New(client *http.Client) (*Service, error) + func NewWithBasePath(client *http.Client, basePath string) (*Service, error) + type User struct + Admin bool + CreatedAt string + DisplayName string + Email string + EmailVerified bool + Id string + type UserCreateRequest struct + RedirectURL string + User *User + type UserCreateResponse struct + EmailSent bool + ResetPasswordLink string + User *User + type UserCreateResponseUser struct + type UserResponse struct + User *User + type UsersCreateCall struct + func (c *UsersCreateCall) Do() (*UserCreateResponse, error) + func (c *UsersCreateCall) Fields(s ...googleapi.Field) *UsersCreateCall + type UsersGetCall struct + func (c *UsersGetCall) Do() (*UserResponse, error) + func (c *UsersGetCall) Fields(s ...googleapi.Field) *UsersGetCall + type UsersListCall struct + func (c *UsersListCall) Do() (*UsersResponse, error) + func (c *UsersListCall) Fields(s ...googleapi.Field) *UsersListCall + func (c *UsersListCall) MaxResults(maxResults int64) *UsersListCall + func (c *UsersListCall) NextPageToken(nextPageToken string) *UsersListCall + type UsersResponse struct + NextPageToken string + Users []*User + type UsersService struct + func NewUsersService(s *Service) *UsersService + func (r *UsersService) Create(usercreaterequest *UserCreateRequest) *UsersCreateCall + func (r *UsersService) Get(id string) *UsersGetCall + func (r *UsersService) List() *UsersListCall