(context.Context, jwt.MapClaims)
| 49 | VerifyAudience(jwt.MapClaims) bool |
| 50 | VerifyIssuer(jwt.MapClaims) bool |
| 51 | SetContextValues(context.Context, jwt.MapClaims) (context.Context, error) |
| 52 | } |
| 53 | |
| 54 | // NewProvider creates a new JWT provider based on the config values |
no outgoing calls
no test coverage detected