Crate rwarden

Crate rwarden 

Source

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§

AccessTokenData
An access token and its expiry time.
AnonymousClient
A client used for logging in and registering users.
Client
A client used for interacting with the Bitwarden API.
LoginData
Data used for performing logins.
RegisterData
Data used for registering a user.
Urls
Struct for specifying the URLs of API endpoints.

Enums§

DeviceType
The type of a device.
Error
Errors that can occur while interacting with the Bitwarden API.
RequestResponseError
Error type for requests and server responses.
TwoFactorProvider
The provider for two factor authentication.

Traits§

Request

Type Aliases§

Result
Type alias for Result<TOk, Error<TCacheError>>.