Module credentials

Module credentials 

Source
Expand description

Credential service — secure storage and retrieval of auth credentials.

Structs§

AuthCredential
An authentication credential with optional token, refresh, and metadata.
InMemoryCredentialService
In-memory credential service for testing and development.

Enums§

CredentialError
Errors from credential service operations.

Traits§

CredentialService
Trait for credential persistence — load, save, delete.