Esempio n. 1
0
 public static string GetTokenWithSecret(string secret)
 {
     return(CorpAccessTokenList.GetToken(secret));
 }