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