aditya.siregar c9f1e33c24 Add Infra
2025-03-03 18:59:25 +07:00

6 lines
185 B
Go

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)