pub fn storage_get_access_token( creds: State<'_, CredentialStoreWrapper>, user_id: String, ) -> Result<Option<String>, String>
Get user’s access token from secure storage