Click or drag to resize

OAuthAuthenticatorAuthorized 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
C#
public void Authorized(
	Action<WebexApiEventArgs> completionHandler
)

Parameters

completionHandler
Type: SystemActionWebexApiEventArgs
The completion event handler.

Implements

IAuthenticatorAuthorized(ActionWebexApiEventArgs)
Remarks
Since: 0.1.0
See Also