• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
BBDJWTokenCallback Interface Reference

Abstract class for providing JWT callback. More...

Description

Pass an implementation class in GDUtility.getEIDToken() to provide callback details to receive a JSON Web Token (JWT) from BlackBerry Enterprise Identity (EID) and / or information on the result status.

See also
com.good.gd.utility.GDUtility class reference.

Public Member Functions

void BBDJWTCallback (String JWT, BBDJWTokenCallbackHandler.BBDJWTStatus status, Integer error)
 Callback for JWT retrieval. More...
 

Member Function Documentation

◆ BBDJWTCallback()

void BBDJWTCallback ( String  JWT,
BBDJWTokenCallbackHandler.BBDJWTStatus  status,
Integer  error 
)
Parameters
JWTIf successful a String object pointer containing the JWT. Empty otherwise.
statusA BBDJWTStatus value indicating the status of the request.
See also
BBDJWTokenCallbackHandler.BBDJWTStatus
Parameters
errorAn additional error parameter which may contain the HTTP status code of a server related failure, 0 on success.