fn persist_oauth_account(
wstore: &Arc<Store>,
provider: &str,
name: &str,
tokens: &Value,
) -> Result<String, String>Expand description
Persist the OAuth account: token blob → keychain, pointer + non-secret context → DB. Returns the account id.