Exemplo n.º 1
0
 public bool ValidateToken(string refreshToken)
 {
     return(UserDb.GetRefreshToken(refreshToken));
 }