AuthMiddleware constructor

AuthMiddleware({
  1. String? jwtSecret,
})

Implementation

AuthMiddleware({this.jwtSecret});