Files
QSfera/Server/vendor/github.com/golang-jwt/jwt/v5/token_option.go
T
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03: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)