Versions in this module Expand all Collapse all v1 v1.0.0 Nov 6, 2022 Changes in this version + func NewJwtToken(opts ...JwtTokenOptions) *jwtToken[V] + type JwtTokenOptions func(*options) + func WithAudience(audience string) JwtTokenOptions + func WithExpired(expired time.Duration) JwtTokenOptions + func WithIssuer(issuer string) JwtTokenOptions + func WithSecretKey(secretKey string) JwtTokenOptions + func WithSecretKeyCallback(callback func() string) JwtTokenOptions + func WithSigningMethod(signingMethod jwt.SigningMethod) JwtTokenOptions