C# 클래스 Hyves.Service.Core.HyvesInfiniteSession

Represents a Hyves "infinite" session that is used by a Hyves application that has been saved.
상속: HyvesSession
파일 보기 프로젝트 열기: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

공개 메소드들

메소드 설명
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.

메소드 상세

HyvesInfiniteSession() 공개 메소드

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.
리턴 System