Expand description
The Login module provides the LoginClient and related types for authenticating Bitwarden users via various mechanisms (password, SSO, etc.) to obtain OAuth2 tokens from the Bitwarden Identity API.
Modulesยง
- api ๐
- This module contains request/response models used internally when communicating with the Bitwarden Identity API. These are implementation details and should not be exposed in the public SDK surface.
- login_
client ๐ - login_
via_ password - Password-based authentication for Bitwarden users.
- models
- SDK models shared across multiple identity features
Structsยง
- Login
Client - Client for authenticating Bitwarden users.