C# Class Sitecore.Social.Hyves.Providers.HyvesServerSession

Inheritance: Hyves.Service.Core.HyvesSession
Show file Open project: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3 Class Usage Examples

Public Methods

Method Description
HyvesServerSession ( string consumerKey, string consumerSecret, List methods )
LoadState ( HyvesSessionState hyvesSessionState ) : void
SaveState ( ) : HyvesSessionState

Method Details

HyvesServerSession() public method

public HyvesServerSession ( string consumerKey, string consumerSecret, List methods )
consumerKey string
consumerSecret string
methods List

LoadState() public method

public LoadState ( HyvesSessionState hyvesSessionState ) : void
hyvesSessionState HyvesSessionState
return void

SaveState() public method

public SaveState ( ) : HyvesSessionState
return HyvesSessionState