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