use crateSessionStore;
use crate;
use crateTokenManager;
use Arc;
/// Authkestra configured for stateful web app sessions.
pub type AkWebAppEngine = ;
/// Authkestra configured for stateless API tokens.
pub type AkApiEngine = ;
/// Authkestra configured for both sessions and tokens (e.g. OpenID Connect Provider).
pub type AkEngine = ;