Gitiles
Code Review
Sign In
gerrit.lfbroadband.org
/
voltha-openolt-adapter
/
8f95de3ae7019e8b350c7e765478e2e0b180e86e
/
.
/
vendor
/
github.com
/
golang-jwt
/
jwt
/
v5
/
token_option.go
blob: b4ae3badf8e488ce2db2f4597a72e57383c20b26 [
file
] [
log
] [
blame
]
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)