Expand description
Authorization logic for objectstore.
Structs§
- Auth
Aware Service - Wrapper around [
StorageService] that ensures each operation is authorized. - Auth
Context AuthContextencapsulates the verified content of things like authorization tokens.- Public
KeyConfig - Configures the EdDSA public key(s) and permissions used to verify tokens from a single
kid. - Public
KeyDirectory - Directory of keys that may be used to verify a request’s
Authorizationheader.
Enums§
- Auth
Error - Error type for different authorization failure scenarios.