Click or drag to resize

JWTAuthenticatorAuthorizeWith Method

JWT Authenticate

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void AuthorizeWith(
	string jwt,
	Action<SparkApiEventArgs> completionHandler = null
)

Parameters

jwt
Type: SystemString
The new JSON Web Token to use
completionHandler (Optional)
Type: SystemActionSparkApiEventArgs
The completion event handler.
Remarks
Since: 0.1.0
See Also