openlark-auth 0.16.0

OpenLark 认证模块 - 提供令牌管理、缓存、验证和刷新功能
Documentation
1
2
3
4
5
6
7
8
9
//! 实名认证模块
//!
//! 提供人脸/实名认证相关 API

#![allow(clippy::module_inception)]

mod human_authentication;

pub use human_authentication::v1;