Click or drag to resize

JWTAuthenticatorAccessToken Method

Returns an access token of this authenticator. This may involve long-running operations such as service calls, but may also return immediately. The application should not make assumptions about how quickly this completes. If the access token could not be retrieved then the completion handler will be called with null.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void AccessToken(
	Action<SparkApiEventArgs<string>> completionHandler
)

Parameters

completionHandler
Type: SystemActionSparkApiEventArgsString
The completion event handler.

Implements

IAuthenticatorAccessToken(ActionSparkApiEventArgsString)
Remarks
Since: 0.1.0
See Also