...

Source file src/github.com/golang-jwt/jwt/v5/token_option.go

Documentation: github.com/golang-jwt/jwt/v5

     1  package jwt
     2  
     3  // TokenOption is a reserved type, which provides some forward compatibility,
     4  // if we ever want to introduce token creation-related options.
     5  type TokenOption func(*Token)
     6  

View as plain text