We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
type Keyfunc func(*Token) (interface{}, error)
17
0 commit comments