IAuthenticatorAuthorized Method |
Gets a value indicating whether this
IAuthenticator is authorized.
This may not mean the user has a valid
access token yet, but the authentication strategy should be able to obtain one without
further user interaction.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax void Authorized(
Action<SparkApiEventArgs> completionHandler
)
Parameters
- completionHandler
- Type: SystemActionSparkApiEventArgs
The completion event handler.
Remarks Since: 0.1.0
See Also