Click or drag to resize

IAuthenticatorRefreshToken Method

Returns an new access token of this authenticator. This may involve long-running operations such as service calls. 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#
void RefreshToken(
	Action<SparkApiEventArgs<string>> completionHandler
)

Parameters

completionHandler
Type: SystemActionSparkApiEventArgsString
The completion event handler.
Remarks
Since: 0.1.7
See Also