C# Class Proxomo.ProxomoApi

Exibir arquivo Open project: Proxomo/SDK-DotNet Class Usage Examples

Public Methods

Method Description
AppDataAdd ( AppData appData ) : void
IsAuthTokenExpired ( ) : bool
ProxomoApi ( string applicationID, string proxomoAPIKey, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
ProxomoApi ( string applicationID, string proxomoAPIKey, string version, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
RefreshAuthToken ( ) : void

Private Methods

Method Description
GetAuthToken ( ) : void
Init ( string applicationID, string proxomoAPIKey, string version, CommunicationType format, bool validatessl, string url ) : void

Method Details

AppDataAdd() public method

public AppDataAdd ( AppData appData ) : void
appData AppData
return void

IsAuthTokenExpired() public method

public IsAuthTokenExpired ( ) : bool
return bool

ProxomoApi() public method

public ProxomoApi ( string applicationID, string proxomoAPIKey, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
applicationID string
proxomoAPIKey string
format CommunicationType
validatessl bool
url string
return System

ProxomoApi() public method

public ProxomoApi ( string applicationID, string proxomoAPIKey, string version, CommunicationType format = CommunicationType.JSON, bool validatessl = true, string url = "" ) : System
applicationID string
proxomoAPIKey string
version string
format CommunicationType
validatessl bool
url string
return System

RefreshAuthToken() public method

public RefreshAuthToken ( ) : void
return void