• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
BBDJWTokenCallbackHandler.BBDJWTStatus Enum Reference

Status codes from BlackBerry Enterprise Identity JWT requests. More...

Description

These constants can be used for handling errors returned from JWT retrieval

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

Public Attributes

 BBDJWTStatusOK
 Request successful.
 
 BBDJWTStatusUnknownError
 A general error occurred not covered by other status codes. More...
 
 BBDJWTMTDNotEnabled
 MTD is not enabled (only for MTD related requests)
 
 BBDJWTServerError
 Server responded with an error. More...
 
 BBDJWTServerUnreachable
 Server not reachable or cannot establish a connection.
 
 BBDJWTAuthFailure
 Client is not authorised to make this request. More...
 
 BBDJWTPendingActivation
 Server has not yet updated to accept a recently enrolled authorisation. More...
 

Member Data Documentation

◆ BBDJWTStatusUnknownError

BBDJWTStatusUnknownError

◆ BBDJWTServerError

BBDJWTServerError

◆ BBDJWTAuthFailure

BBDJWTAuthFailure

Client is not authorised to make this request. For Zero Sign On (ZSO), a valid certificate is not enrolled.

◆ BBDJWTPendingActivation

BBDJWTPendingActivation

Server has not yet updated to accept a recently enrolled authorisation. For example a Zero Sign On (ZSO) token is enrolled but not yet activated on the server. This is temporary and can be retried.