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

Used to hold the OAuth parameters that are stored in the database
Mostrar archivo 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_oe property

public String ConsumerKey
return String

ConsumerSecret public_oe property

public String ConsumerSecret
return String

RefreshToken public_oe property

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

Token public_oe property

Access token
public String Token
return String

TokenSecret public_oe property

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