Request access token for an app key, client secret and authorization code
Namespace: CTCTAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static string GetAccessTokenByCode( HttpContext httpContext, string code )
Parameters
- httpContext
- Type:
System.Web HttpContext
current application context
- code
- Type:
System String
authorization code
Return Value
access tokenSee Also