pub fn save_oauth_token_with_mode(
token: &OpenRouterToken,
mode: AuthCredentialsStoreMode,
) -> Result<(), Error>Expand description
Save an OAuth token to encrypted storage with specified mode.
ยงArguments
token- The OAuth token to savemode- The storage mode to use (defaults to Keyring on macOS)