pub fn load_oauth_token() -> Result<Option<OpenRouterToken>>Expand description
Load an OAuth token from encrypted storage.
Returns None if no token exists or the token has expired.
pub fn load_oauth_token() -> Result<Option<OpenRouterToken>>Load an OAuth token from encrypted storage.
Returns None if no token exists or the token has expired.