• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
BlackBerry Dynamics authentication token error domain

These constants can be used when handling BlackBerry Dynamics authentication token request errors, in a GDAuthTokenDelegate implementation. More...

Enumerations

enum  GDAuthTokenError {
  GDAuthTokenErrNotSupported = -2,
  GDAuthTokenErrRetry = -1
}
 

Variables

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

Detailed Description

Enumeration Type Documentation

◆ GDAuthTokenError

Enumerator
GDAuthTokenErrNotSupported 

The BlackBerry Dynamics server software installed at the enterprise doesn't support the authentication token mechanism.

GDAuthTokenErrRetry 

An error occurred during token generation or communication.

Sending the same request later mightn't encounter the same condition, and could succeed.

Variable Documentation

◆ GDAuthTokenDomain

NSString* const GDAuthTokenDomain