Module client

Source

Structs§

Auth
A non-priviledged authentication token. This token cannot be used for HMAC operations, so is suitable for an untrusted proxy.
Client
PrivAuth
A priviledged authentication token. This allows authentication to the server and also performing HMAC operations. For non-privileged access, use Auth.
PrivClient

Enums§

ClientError