Exemplo n.º 1
0
 public bool DecryptToken(string token)
 {
     return(_authenticationHelper.DecryptToken(token));
 }