AuthenticationWebPage GetAccessTokenByCode Method CTCT Wrapper Documented Class Library
Gets access token by code

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

public string GetAccessTokenByCode(
	string code
)

Parameters

code
Type: System String
authorization code

Return Value

access token
See Also