Versions in this module Expand all Collapse all v0 v0.5.5 Jan 21, 2017 Changes in this version + func PayloadHash(contentType string) hash.Hash + type Credentials struct + AccessToken string + AuthorizedScopes []string + Certificate string + ClientID string + func (c *Credentials) SignHeader(method, url string, h hash.Hash) (string, error) + func (c *Credentials) SignRequest(req *http.Request, hash hash.Hash) error + func (c *Credentials) SignURL(URL string) (string, error)