fix(auth): store bearer tokens in native credentials

This commit is contained in:
2026-07-10 07:57:44 -04:00
parent 34ac842078
commit 94afa23a69
26 changed files with 2316 additions and 286 deletions
+3
View File
@@ -8,6 +8,9 @@ pub enum SyncClientError {
#[error("Bearer token storage is unavailable: {0}")]
TokenStorage(String),
#[error("Bearer credential storage is unavailable: {0}")]
BearerCredentialStorage(String),
#[error("HTTP request failed for {endpoint}: {source}")]
Http {
endpoint: String,