# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewTokens 声明 token 管理对象
expires 表示 token 的过期时间,单位为秒; refreshes 表示刷新令牌的过期时间,单位为秒,如果为 0 则采用用 expires * 2 作为默认值; jobTitle 表示后台回收 token 服务的显示名称;.
# Interfaces
Claims 自定义 Claims 需要实现的接口.