token_option.go raw

   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