The older azure sdk and autorest packages are deprecated. Signed-off-by: Sanne Raymaekers <sanne.raymaekers@gmail.com>
5 lines
185 B
Go
5 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)
|