Click or drag to resize

IOAuthClientGetOAuthToken Method

Returns an OAuth validation token for given parameters. Checks against OAuth provider if given auth code is valid.

Namespace:  Packflow.Interface.Account
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
OAuthTokenValidation GetOAuthToken(
	string authCode,
	string oAuthReturnUrl
)

Parameters

authCode
Type: SystemString
The authentication code provided by user
oAuthReturnUrl
Type: SystemString
The return url in case of success

Return Value

Type: OAuthTokenValidation
An OAuthTokenValidation object
See Also