C# Class Sage_One_Authorisation_Client.SageOneOAuth

Datei anzeigen Open project: Sage/sageone_api_csharp_sample Class Usage Examples

Public Methods

Method Description
GetAccessToken ( string code ) : void

Exchange the authorisation code for an access token.

Method Details

GetAccessToken() public method

Exchange the authorisation code for an access token.
public GetAccessToken ( string code ) : void
code string The code supplied by Sage One's authorization page following the callback.
return void