Versions in this module Expand all Collapse all v1 v1.4.0 Aug 19, 2016 Changes in this version + func GetOperationForRequest(req *http.Request) string + func SaveCredentials(cfg *config.Configuration, creds Creds, res *http.Response) + type CredentialFunc func(*config.Configuration, Creds, string) (Creds, error) + func GetCredentialsFunc() CredentialFunc + func SetCredentialsFunc(f CredentialFunc) CredentialFunc + type Creds map[string]string + func GetCreds(cfg *config.Configuration, req *http.Request) (Creds, error) + func (c Creds) Buffer() *bytes.Buffer + type SshAuthResponse struct + ExpiresAt string + Header map[string]string + Href string + Message string + func SshAuthenticate(cfg *config.Configuration, operation, oid string) (SshAuthResponse, config.Endpoint, error)