Пример #1
0
 public ValueTask <OAuthTokens> AuthenticateWithPin(OAuthTokens tokens, string pin)
 {
     return(TwitterTokenRequest.GetAccessTokenAsync(ConsumerKey, ConsumerSecret, tokens.OAuthToken !, tokens.OAuthSecret !, pin));
 }