Esempio n. 1
0
 public JwtAuthenticationMessageHandler()
 {
     jwtAuthenticationService = new JwtAuthenticationService();
 }
Esempio n. 2
0
 public ChangeRoleMessageHandler()
 {
     jwtSecurityService = new JwtAuthenticationService();
 }