()
| 46 | // authentication. |
| 47 | type JWTProvider interface { |
| 48 | KeyFunc() jwt.Keyfunc |
| 49 | VerifyAudience(jwt.MapClaims) bool |
| 50 | VerifyIssuer(jwt.MapClaims) bool |
| 51 | SetContextValues(context.Context, jwt.MapClaims) (context.Context, error) |
no outgoing calls
no test coverage detected