# Functions
AddAud 设置接收jwt的一方标识,即访问权限的所有方,比如`b.com`.
WillEffectiveAfter 设置jwt开始时间,从调用时间起过多久开始生效.
WillEffectiveOn 设置jwt的生效开始时间.
WithAud 设置接收jwt的一方标识,即访问权限的所有方,比如`b.com`.
WithExpAt 设置jwt的有效期截止时间.
WithJTI 设置jwt的jti,不设置则会使用默认生成器创建.
WithNbf 设置jwt的生效开始时间.
WithRefreshExpAt 设置jwt的伴生refreshtoken有效期截止时间.
WithRefreshTTL 设置jwt的伴生refreshtoken的生命周期.
WithSub 设置jwt所面向的用户,即它的所有人.
WithTTL 设置jwt的生命周期.
# Variables
No description provided by the author
# Structs
SignOptions 签名函数参数.