Click or drag to resize

SparkAuthenticator Property

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

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.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