C# Class Hyves.Service.Core.HyvesInfiniteSession

Represents a Hyves "infinite" session that is used by a Hyves application that has been saved.
Inheritance: HyvesSession
Afficher le fichier Open project: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

Méthodes publiques

Méthode Description
HyvesInfiniteSession ( string consumerKey, string consumerSecret, List methods, string token, string tokenSecret, string userId ) : System

Creates an instance of a HyvesInfiniteSession with the specified application information and access token.

Method Details

HyvesInfiniteSession() public méthode

Creates an instance of a HyvesInfiniteSession with the specified application information and access token.
public HyvesInfiniteSession ( string consumerKey, string consumerSecret, List methods, string token, string tokenSecret, string userId ) : System
consumerKey string The consumer-key used as an Consumer key.
consumerSecret string The consumer secret used to sign requests.
methods List The methods supported in this application.
token string The previously saved access token.
tokenSecret string The previously saved access token secret.
userId string The user Id associated with the saved access token.
Résultat System