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:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax void Authorized(
Action<WebexApiEventArgs> completionHandler
)
Parameters
- completionHandler
- Type: SystemActionWebexApiEventArgs
The completion event handler.
Remarks Since: 0.1.0
See Also