C# 클래스 Saleslogix.Social.Mashups.Processors.AuthenticationData

Used to hold the OAuth parameters that are stored in the database
파일 보기 프로젝트 열기: Saleslogix/SLXSocial 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConsumerKey String
ConsumerSecret String
RefreshToken String
Token String
TokenSecret String

공개 메소드들

메소드 설명
RetrieveAuthenticationData ( String providerName ) : AuthenticationData

메소드 상세

RetrieveAuthenticationData() 공개 정적인 메소드

public static RetrieveAuthenticationData ( String providerName ) : AuthenticationData
providerName String
리턴 AuthenticationData

프로퍼티 상세

ConsumerKey 공개적으로 프로퍼티

public String ConsumerKey
리턴 String

ConsumerSecret 공개적으로 프로퍼티

public String ConsumerSecret
리턴 String

RefreshToken 공개적으로 프로퍼티

Refresh token (for OAuth 2)
public String RefreshToken
리턴 String

Token 공개적으로 프로퍼티

Access token
public String Token
리턴 String

TokenSecret 공개적으로 프로퍼티

Access token secret (for OAuth 1)
public String TokenSecret
리턴 String