Files
lti-api/vendor/github.com/golang-jwt/jwt/v5/token_option.go
T
GitLab Deploy Bot ad815b3412 .
2025-10-23 11:40:58 +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)