Module login

Module login 

Source
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ยง

LoginClient
Client for authenticating Bitwarden users.