C# 클래스 OpenTween.Connection.OAuthCredential

파일 보기 프로젝트 열기: rhenium/OpenTween 1 사용 예제들

공개 메소드들

메소드 설명
OAuthCredential ( OAuthConsumer consumer, string token, string tokenSecret )
OAuthCredential ( string consumerKey, string consumerSecret, string token, string tokenSecret )

메소드 상세

OAuthCredential() 공개 메소드

public OAuthCredential ( OAuthConsumer consumer, string token, string tokenSecret )
consumer OAuthConsumer
token string
tokenSecret string

OAuthCredential() 공개 메소드

public OAuthCredential ( string consumerKey, string consumerSecret, string token, string tokenSecret )
consumerKey string
consumerSecret string
token string
tokenSecret string