C# 클래스 OAuth.OAuthConsumer

상속: OAuthBase
파일 보기 프로젝트 열기: samo9789/sharpOAuth 1 사용 예제들

공개 메소드들

메소드 설명
OAuthConsumer ( OAuthConfig oauthConfig, string debugType ) : System
getAccessToken ( string oauth_verifier ) : string
getRequestToken ( ) : string
request ( string url, string httpMethod, List parameters, string responseFormat ) : Object

비공개 메소드들

메소드 설명
_openAuthorizationPage ( ) : void
_saveTokenDataInConfiguration ( string tokens ) : void

메소드 상세

OAuthConsumer() 공개 메소드

public OAuthConsumer ( OAuthConfig oauthConfig, string debugType ) : System
oauthConfig OAuthConfig
debugType string
리턴 System

getAccessToken() 공개 메소드

public getAccessToken ( string oauth_verifier ) : string
oauth_verifier string
리턴 string

getRequestToken() 공개 메소드

public getRequestToken ( ) : string
리턴 string

request() 공개 메소드

public request ( string url, string httpMethod, List parameters, string responseFormat ) : Object
url string
httpMethod string
parameters List
responseFormat string
리턴 Object