macro_rules! trace_auth_operation {
($operation:expr, $app_id:expr, $token_type:expr, $code:expr) => { ... };
}Expand description
认证操作跟踪宏
简化在认证流程中添加可观测性的过程
macro_rules! trace_auth_operation {
($operation:expr, $app_id:expr, $token_type:expr, $code:expr) => { ... };
}认证操作跟踪宏
简化在认证流程中添加可观测性的过程