Expand description
Trait definitions and basic implementations for handling authentication tokens in the SDK. The
complete implementations are located in the bitwarden-auth crate.
Structsยง
- Client
Managed Token Handler - Token handler for client-managed tokens.
- Noop
Token Handler - A token handler that does not attach any tokens. Useful for testing or for Clients that do not require authentication.
- UniFFI
Callback ๐Handler Client Managed Tokens - UniFfi
Trait Vtable Client Managed Tokens
Constantsยง
- UNIFFI_
META_ ๐CONST_ BITWARDEN_ CORE_ INTERFACE_ CLIENTMANAGEDTOKENS - UNIFFI_
META_ ๐CONST_ BITWARDEN_ CORE_ METHOD_ CLIENTMANAGEDTOKENS_ GET_ ACCESS_ TOKEN
Staticsยง
Traitsยง
- Client
Managed Tokens - Access tokens managed by client applications, such as the web or mobile apps.
- Token
Handler - Trait for handling token usage and renewal.