/// Auth helper — token storage is handled via config file (chmod 600 on Unix).
/// This module is kept for future credential helper / keyring opt-in support.
pubstructAuth;implAuth{/// Placeholder — token is stored directly in JiraConfig.
/// Kept for API compatibility and future keyring opt-in.
pubfnmigrate_keyring_token(_email:&str)->Option<String>{None}}