1 parent c80de55 commit 0cb4fa1Copy full SHA for 0cb4fa1
token.go
@@ -11,7 +11,7 @@ import (
11
// Token. This allows you to use properties in the Header of the token (such as
12
// `kid`) to identify which key to use.
13
//
14
-// The returned interface{} may be a single key or a PublicKeyset containing
+// The returned interface{} may be a single key or a VerificationKeySet containing
15
// multiple keys.
16
typeKeyfuncfunc(*Token) (interface{}, error)
17
0 commit comments