Versions in this module Expand all Collapse all v0 v0.0.1 Apr 28, 2022 Changes in this version + type AuthenticatorTestCase struct + type AuthenticatorTestCases []AuthenticatorTestCase + type Password struct + Password string + UseBasicAuth bool + Username string + func (p *Password) AuthenticateRequest(c *client.Client, r *http.Request) error + type SessionKey struct + SessionKey string + func (s SessionKey) AuthenticateRequest(c *client.Client, r *http.Request) error + type Token struct + Token string + func (t Token) AuthenticateRequest(c *client.Client, r *http.Request) error