Module auth_tokens

Module auth_tokens 

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

ClientManagedTokenHandler
Token handler for client-managed tokens.
NoopTokenHandler
A token handler that does not attach any tokens. Useful for testing or for Clients that do not require authentication.
UniFFICallbackHandlerClientManagedTokens ๐Ÿ”’
UniFfiTraitVtableClientManagedTokens

Constantsยง

UNIFFI_META_CONST_BITWARDEN_CORE_INTERFACE_CLIENTMANAGEDTOKENS ๐Ÿ”’
UNIFFI_META_CONST_BITWARDEN_CORE_METHOD_CLIENTMANAGEDTOKENS_GET_ACCESS_TOKEN ๐Ÿ”’

Staticsยง

UNIFFI_TRAIT_CELL_CLIENTMANAGEDTOKENS ๐Ÿ”’

Traitsยง

ClientManagedTokens
Access tokens managed by client applications, such as the web or mobile apps.
TokenHandler
Trait for handling token usage and renewal.

Functionsยง

uniffi_bitwarden_core_fn_init_callback_vtable_clientmanagedtokens