huskies: merge 858
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
//! - `pkce.rs` — pure PKCE helpers: generation, challenge, encoding
|
||||
//! - `flow.rs` — pure flow types and token-expiry decision logic
|
||||
|
||||
/// Pure OAuth flow types and token-expiry decision logic.
|
||||
pub mod flow;
|
||||
pub(super) mod io;
|
||||
/// Pure PKCE helpers — code verifier generation, challenge derivation, base64url encoding.
|
||||
pub mod pkce;
|
||||
|
||||
pub use flow::AccountInfo;
|
||||
|
||||
Reference in New Issue
Block a user