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

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

Méthodes publiques

Свойство Type Description
ConsumerKey String
ConsumerSecret String
RefreshToken String
Token String
TokenSecret String

Méthodes publiques

Méthode Description
RetrieveAuthenticationData ( String providerName ) : AuthenticationData

Method Details

RetrieveAuthenticationData() public static méthode

public static RetrieveAuthenticationData ( String providerName ) : AuthenticationData
providerName String
Résultat AuthenticationData

Property Details

ConsumerKey public_oe property

public String ConsumerKey
Résultat String

ConsumerSecret public_oe property

public String ConsumerSecret
Résultat String

RefreshToken public_oe property

Refresh token (for OAuth 2)
public String RefreshToken
Résultat String

Token public_oe property

Access token
public String Token
Résultat String

TokenSecret public_oe property

Access token secret (for OAuth 1)
public String TokenSecret
Résultat String