Example #1
0
 public JwtAuthenticationMessageHandler()
 {
     jwtAuthenticationService = new JwtAuthenticationService();
 }
Example #2
0
 public ChangeRoleMessageHandler()
 {
     jwtSecurityService = new JwtAuthenticationService();
 }