stynx-code-auth 3.12.1

Authentication with API keys and macOS Keychain OAuth
Documentation
1
2
3
4
5
6
mod keychain_provider;
mod file_provider;
pub mod oauth;

pub use keychain_provider::resolve_keychain_oauth;
pub use file_provider::{resolve_file_oauth, resolve_settings_json};