File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ import (
1010type Parser struct {
1111 // If populated, only these methods will be considered valid.
1212 //
13- // In future releases, this field will not be exported anymore and should be set with an option to NewParser instead.
13+ // Deprecated: In future releases, this field will not be exported anymore and should be set with an option to NewParser instead.
1414 ValidMethods []string
1515
1616 // Use JSON Number format in JSON decoder.
1717 //
18- // In future releases, this field will not be exported anymore and should be set with an option to NewParser instead.
18+ // Deprecated: In future releases, this field will not be exported anymore and should be set with an option to NewParser instead.
1919 UseJSONNumber bool
2020
2121 // Skip claims validation during token parsing.
2222 //
23- // In future releases, this field will not be exported anymore and should be set with an option to NewParser instead.
23+ // Deprecated: In future releases, this field will not be exported anymore and should be set with an option to NewParser instead.
2424 SkipClaimsValidation bool
2525}
2626
You can’t perform that action at this time.
0 commit comments