C# Class withSIX.Play.Infra.Api.LoginHandler.PremiumHandler

Mostra file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Logout ( ) : System.Threading.Tasks.Task
ProcessPremium ( string encryptedPremiumToken ) : System.Threading.Tasks.Task

Private Methods

Method Description
GetPremiumTokenInternal ( string encryptedPremiumToken, string apiKey ) : Task
UpdateToken ( PremiumAccessToken newToken ) : System.Threading.Tasks.Task

Method Details

Logout() public method

public Logout ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ProcessPremium() public method

public ProcessPremium ( string encryptedPremiumToken ) : System.Threading.Tasks.Task
encryptedPremiumToken string
return System.Threading.Tasks.Task