1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-02-25 11:29:29 +00:00
ceph-csi/vendor/github.com/golang-jwt/jwt/v5/token_option.go

6 lines
185 B
Go
Raw Normal View History

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)