Exemple #1
0
 public async Task <string> GetUsername(string token)
 {
     return(await usersApi.GetUserInfoAsync(Kind.Username, token));
 }