OAuthAuthenticatorAuthorize Method |
Authenticate process with authentication code, and browser is trigged by SDK users.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Authorize(
string authCode,
Action<SparkApiEventArgs> completionHandler = null
)
Parameters
- authCode
- Type: SystemString
The authentication code - completionHandler (Optional)
- Type: SystemActionSparkApiEventArgs
The completion event handler.
Remarks Since: 0.1.0
See Also