C# 클래스 Sage_One_Authorisation_Client.SageOneOAuth

파일 보기 프로젝트 열기: Sage/sageone_api_csharp_sample 1 사용 예제들

공개 메소드들

메소드 설명
GetAccessToken ( string code ) : void

Exchange the authorisation code for an access token.

메소드 상세

GetAccessToken() 공개 메소드

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.
리턴 void