• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDUtility.h File Reference
#import <Foundation/Foundation.h>

Classes

protocol  <GDAuthTokenDelegate>
 Delegate for handling the results of BlackBerry Dynamics authentication token requests. More...
 
class  GDUtility
 BlackBerry Dynamics utility for managing authentication tokens and identity. More...
 

Typedefs

typedef void(^ BBDJWTCompletion) (NSString *JWT, BBDJWTStatusCode status, int error)
 Completion Block definition for JWT retrieval. More...
 

Enumerations

enum  BBDJWTStatusCode {
  BBDJWTStatusOK = 0,
  BBDJWTStatusUnknownError,
  BBDJWTMTDNotEnabled,
  BBDJWTServerError,
  BBDJWTServerUnreachable,
  BBDJWTAuthFailure,
  BBDJWTPendingActivation
}
 Status codes from BlackBerry Enterprise Identity JWT request. More...
 
enum  GDAuthTokenError {
  GDAuthTokenErrNotSupported = -2,
  GDAuthTokenErrRetry = -1
}
 

Variables

NSString *const GDAuthTokenDomain
 Error domain for the BlackBerry Dynamics authentication token mechanism. More...