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 3707c7a commit 76f5828Copy full SHA for 76f5828
parser_option.go
@@ -3,9 +3,7 @@ package jwt
3
import "time"
4
5
// ParserOption is used to implement functional-style options that modify the
6
-// behavior of the parser. To add new options, just create a function (ideally
7
-// beginning with With or Without) that returns an anonymous function that takes
8
-// a *Parser type as input and manipulates its configuration accordingly.
+// behavior of the parser.
9
type ParserOption func(*Parser)
10
11
// WithValidMethods is an option to supply algorithm methods that the parser
0 commit comments