C# Class Sage_One_Authorisation_Client.SageOneOAuth

Afficher le fichier Open project: Sage/sageone_api_csharp_sample Class Usage Examples

Méthodes publiques

Méthode Description
GetAccessToken ( string code ) : void

Exchange the authorisation code for an access token.

Method Details

GetAccessToken() public méthode

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.
Résultat void