(e jwt.Expected)
| 364 | } |
| 365 | |
| 366 | func withDecryptExpected(e jwt.Expected) func(*jwtutils.DecryptOptions) { |
| 367 | return func(opts *jwtutils.DecryptOptions) { |
| 368 | opts.RegisteredClaims = e |
| 369 | } |
| 370 | } |
| 371 | |
| 372 | func withVerifyExpected(e jwt.Expected) func(*jwtutils.VerifyOptions) { |
| 373 | return func(opts *jwtutils.VerifyOptions) { |
no outgoing calls
no test coverage detected