openlark-auth 0.16.1

OpenLark 认证模块 - 提供令牌管理、缓存、验证和刷新功能
Documentation
1
2
3
4
5
6
7
8
9
//! OAuth API实现模块 (meta.project=oauth)
//!
//! 包含OAuth授权相关的API实现:
//! - authorization.v1/index: 获取登录预授权码

// old 模块显式导出
pub use old::{AuthorizationBuilder, OAuthServiceOld};

pub mod old;