Documentation ¶
Overview ¶
Package signer provides access to the .
Usage example:
import "google.golang.org/api/signer/v1" ... signerService, err := signer.New(oauthHttpClient)
Index ¶
Constants ¶
View Source
const (
// View your email address
UserinfoEmailScope = "https://www.googleapis.com/auth/userinfo.email"
)
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicKeyCall ¶
type PublicKeyCall struct {
// contains filtered or unexported fields
}
func (*PublicKeyCall) Do ¶
func (c *PublicKeyCall) Do() (*PublicKey, error)
func (*PublicKeyCall) Fields ¶
func (c *PublicKeyCall) Fields(s ...googleapi.Field) *PublicKeyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type Service ¶
type Service struct { BasePath string // API endpoint base URL // contains filtered or unexported fields }
type SignCall ¶
type SignCall struct {
// contains filtered or unexported fields
}
func (*SignCall) Do ¶
func (c *SignCall) Do() (*VSignature, error)
type VSignature ¶
Click to show internal directories.
Click to hide internal directories.