claimsFunc returns the claims function for the JWT middleware that casts the claims to the correct type
()
| 73 | |
| 74 | // claimsFunc returns the claims function for the JWT middleware that casts the claims to the correct type |
| 75 | func claimsFunc() middlewares_http.ClaimsFunc { |
| 76 | return func() jwt.Claims { |
| 77 | return &casJWT.Claims{} |
| 78 | } |
| 79 | } |
no outgoing calls
no test coverage detected