openlark-auth 0.17.0

OpenLark 认证模块 - 提供令牌管理、缓存、验证和刷新功能
Documentation
1
2
3
4
5
6
7
8
//! 用户信息API实现
//!
//! 本模块提供用户信息获取的API实现,根据meta.resource=user_info组织

mod get;

// 重新导出用户信息服务
pub use get::{UserInfoBuilder, UserInfoService};