service/vendor/github.com/golang-jwt/jwt/v5/token_option.go

6 lines
185 B
Go
Raw Normal View History

2023-12-21 22:17:40 +08:00
package jwt
// TokenOption is a reserved type, which provides some forward compatibility,
// if we ever want to introduce token creation-related options.
type TokenOption func(*Token)