token_option.go

1package jwt
2
3// TokenOption is a reserved type, which provides some forward compatibility,
4// if we ever want to introduce token creation-related options.
5type TokenOption func(*Token)