Click or drag to resize

WebexAuthenticator Property

This is the Authenticator object from the application when constructing this Webex object. It can be used to check and modify authentication state.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public IAuthenticator Authenticator { get; }

Property Value

Type: IAuthenticator
Remarks
Since: 0.1.0
See Also