Click or drag to resize
IGDAuthTokenResultCallback Interface
Interface with callback methods to be used by GDUtility.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public interface IGDAuthTokenResultCallback

The IGDAuthTokenResultCallback type exposes the following members.

Methods
  NameDescription
Public methodOnGDAuthTokenFailure

This callback will be invoked when a request for a BlackBerry Dynamics Auth token has failed. Information about the error condition is passed in a parameter.

Public methodOnGDAuthTokenSuccess

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.

Top
See Also

Reference