OAuth GetAccessTokenByCode Method CTCT Wrapper Documented Class Library
Request access token for an app key, client secret and authorization code

Namespace: CTCT
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public static string GetAccessTokenByCode(
	HttpContext httpContext,
	string code
)

Return Value

access token
See Also