# Variables
No description provided by the author
认证接口错误返回.
No description provided by the author
token有效期.
# Structs
AuthConfig, 认证信息结构体,记录用户认证信息(可选).
AuthDBConfig, mysql数据库信息结构体,该库用于存放用户认证信息(可选).
AuthService, bifrost认证服务结构体,用于用户认证.
JWTClaims, jwt断言对象,定义认证接口校验的用户信息.
# Interfaces
No description provided by the author
# Type aliases
ServiceMiddleware define service middleware.