Skip to main content

Crate stynx_code_auth

Crate stynx_code_auth 

Source

Re-exports§

pub use application::resolve_credential;
pub use domain::Credential;
pub use infrastructure::oauth::PkceChallenge;
pub use infrastructure::oauth::generate_pkce;
pub use infrastructure::oauth::generate_state;
pub use infrastructure::oauth::run_callback_server;
pub use infrastructure::oauth::open_browser;
pub use infrastructure::oauth::OAuthTokens;
pub use infrastructure::oauth::TokenStore;
pub use infrastructure::oauth::FileTokenStore;

Modules§

application
domain
infrastructure