blob: b4ae3badf8e488ce2db2f4597a72e57383c20b26 (
plain) (
blame)
1
2
3
4
5
|
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)
|