Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + type GoogleIdentityStsV1ExchangeTokenRequest struct + ForceSendFields []string + GrantType string + NullFields []string + Options string + RequestedTokenType string + SubjectToken string + SubjectTokenType string + func (s *GoogleIdentityStsV1ExchangeTokenRequest) MarshalJSON() ([]byte, error) + type GoogleIdentityStsV1ExchangeTokenResponse struct + AccessToken string + ExpiresIn int64 + ForceSendFields []string + IssuedTokenType string + NullFields []string + TokenType string + func (s *GoogleIdentityStsV1ExchangeTokenResponse) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + UserAgent string + V1 *V1Service + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type V1Service struct + func NewV1Service(s *Service) *V1Service + func (r *V1Service) Token(...) *V1TokenCall + type V1TokenCall struct + func (c *V1TokenCall) Context(ctx context.Context) *V1TokenCall + func (c *V1TokenCall) Do(opts ...googleapi.CallOption) (*GoogleIdentityStsV1ExchangeTokenResponse, error) + func (c *V1TokenCall) Fields(s ...googleapi.Field) *V1TokenCall + func (c *V1TokenCall) Header() http.Header