示例#1
0
 /// <summary>
 /// Check authorization token by calling this method
 /// </summary>
 /// <param name="Token">User authetication token</param>
 /// <returns>Success/Failure</returns>
 public async Task <string> Logon(string Token)
 {
     return(await _authenticationClient.Logon(Token));
 }