Method | Description | |
---|---|---|
GetAccessToken ( string code ) : void |
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 |