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 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:
OAuthTokenValidationAn OAuthTokenValidation object
See Also