Exemplo n.º 1
0
 public async Task GetUserAuthAsync(HalliganCredential credentials)
 {
     await restService.GetUserAuthDataAsync(credentials);
 }
Exemplo n.º 2
0
 //<summary>
 //Checks the credentials agains the /authorize endpoint
 //</summary>
 public async Task GetUserAuthDataAsync(HalliganCredential c)
 {
     credentials = c;
     RefreshAuthToken();
 }