bitwarden-auth 3.0.0

Internal crate for the bitwarden crate. Do not use.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Bitwarden Auth

Contains the implementation of the auth functionality for the Bitwarden Password Manager.

## Send Access

- Manages obtaining send access tokens for accessing secured send endpoints.

## Login

**LoginClient**: Authenticates Bitwarden users to obtain access tokens.

### Available Login Methods

- **Password**: Email and master password authentication (2FA not yet supported)
  - See [crate::login::LoginClient::login_via_password]
- **Future**: SSO, device-based, etc.