Re-exports§
pub use rwarden_crypto as crypto;
Modules§
- account
- Module for account resources.
- cache
- Module for caches.
- cipher
- Module for cipher resources.
- collection
- Module for collection resources.
- folder
- Module for folder resources.
- response
- Module for responses returned from the Bitwarden API.
- settings
- Module for settings.
- sync
- Module for synchronization.
Structs§
- Access
Token Data - An access token and its expiry time.
- Anonymous
Client - A client used for logging in and registering users.
- Client
- A client used for interacting with the Bitwarden API.
- Login
Data - Data used for performing logins.
- Register
Data - Data used for registering a user.
- Urls
- Struct for specifying the URLs of API endpoints.
Enums§
- Device
Type - The type of a device.
- Error
- Errors that can occur while interacting with the Bitwarden API.
- Request
Response Error - Error type for requests and server responses.
- TwoFactor
Provider - The provider for two factor authentication.
Traits§
Type Aliases§
- Result
- Type alias for
Result<TOk, Error<TCacheError>>
.