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