(e jwt.Expected)
| 370 | } |
| 371 | |
| 372 | func withVerifyExpected(e jwt.Expected) func(*jwtutils.VerifyOptions) { |
| 373 | return func(opts *jwtutils.VerifyOptions) { |
| 374 | opts.RegisteredClaims = e |
| 375 | } |
| 376 | } |
| 377 | |
| 378 | func withSignatureAlgorithm(alg jose.SignatureAlgorithm) func(*jwtutils.VerifyOptions) { |
| 379 | return func(opts *jwtutils.VerifyOptions) { |
no outgoing calls
no test coverage detected