mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-22 06:15:44 +00:00
6 lines
185 B
Go
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)
|