pub fn store_bearer_credential(id: &str, secret: &str) -> Result<(), String>
Store a user-supplied credential. The value is deliberately not returned.