Click or drag to resize
IGDAuthTokenResultCallbackOnGDAuthTokenSuccess Method

This callback will be invoked when a new BlackBerry Dynamics Auth token has been generated. Token generation is always in response to a call to the GetGDAuthToken function.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
void OnGDAuthTokenSuccess(
	string gdAuthToken
)

Parameters

gdAuthToken
Type: SystemString
Generated token.
Remarks
The function that is invoked could initiate sending of the token to the application server, out of band. The application server will then be able to utilize the token to authenticate the end user of the mobile application.
See Also