Exemple #1
0
 public async Task <bool> IsLogged(string token)
 {
     return(await authenticationApi.ValidToken2Async(token));
 }