C# Class Saleslogix.Social.Mashups.Processors.AuthenticationData

Used to hold the OAuth parameters that are stored in the database
Show file Open project: Saleslogix/SLXSocial Class Usage Examples

Public Properties

Property Type Description
ConsumerKey String
ConsumerSecret String
RefreshToken String
Token String
TokenSecret String

Public Methods

Method Description
RetrieveAuthenticationData ( String providerName ) : AuthenticationData

Method Details

RetrieveAuthenticationData() public static method

public static RetrieveAuthenticationData ( String providerName ) : AuthenticationData
providerName String
return AuthenticationData

Property Details

ConsumerKey public property

public String ConsumerKey
return String

ConsumerSecret public property

public String ConsumerSecret
return String

RefreshToken public property

Refresh token (for OAuth 2)
public String RefreshToken
return String

Token public property

Access token
public String Token
return String

TokenSecret public property

Access token secret (for OAuth 1)
public String TokenSecret
return String