Module auth

Source
Expand description

Authentication module

Contains all the authentication related functionality for registering and logging in.

Modulesยง

access_token ๐Ÿ”’
api ๐Ÿ”’
auth_client
auth_request ๐Ÿ”’
jwt_token ๐Ÿ”’
key_connector ๐Ÿ”’
login
password
pin
register ๐Ÿ”’
renew
tde ๐Ÿ”’

Structsยง

AccessToken
Access Token
AuthRequestResponse
Response for new_auth_request.
JwtToken
A Bitwarden secrets manager JWT Token.
KeyConnectorResponse
RegisterKeyResponse
RegisterRequest
RegisterTdeKeyResponse

Enumsยง

AccessTokenInvalidError
ApproveAuthRequestError
AuthValidateError
Error for authentication related operations
JwtTokenParseError
Error when parsing JWT tokens.
RegisterError