ONGMobileAuthRequestError Constants Reference

Declared in ONGErrors.h

ONGMobileAuthRequestError

Error codes in ONGMobileAuthRequestErrorDomain

Definition

typedef NS_ENUM(ONGErrorCode, ONGMobileAuthRequestError ) {
   ONGMobileAuthRequestErrorNotFound = 10013,
   ONGMobileAuthRequestErrorUserDisenrolled = 9020,
   ONGMobileAuthRequestErrorNotEnrolled = 9021,
   ONGMobileAuthRequestErrorUserNotAuthenticated = 9010,
   ONGMobileAuthRequestErrorNotHandleable = 10018,
   ONGMobileAuthRequestErrorAlreadyHandled = 9029,
};

Constants

ONGMobileAuthRequestErrorNotFound

The mobile authentication request was not found. Please make sure that the mobile authentication request is available. This might be an indication that your Token Server setup is not correct. Cache replication might not work properly.

Declared In ONGErrors.h.

ONGMobileAuthRequestErrorUserDisenrolled

The user has been disenrolled for security reasons. The keys have been revoked and the user has to enroll again in order to use mobile authentication.

Declared In ONGErrors.h.

ONGMobileAuthRequestErrorNotEnrolled

The user is not enrolled for mobile authentication.

Declared In ONGErrors.h.

ONGMobileAuthRequestErrorUserNotAuthenticated

No user is currently authenticated, possibly due to the fact that the access token has expired. A user must be authenticated in order to enroll for mobile authentication.

Declared In ONGErrors.h.

ONGMobileAuthRequestErrorNotHandleable

The mobile authentication request cannot be handled by the Onegini SDK. It might be due to the fact that the request was not meant for the Onegini SDK or that it is malformed.

Declared In ONGErrors.h.

ONGMobileAuthRequestErrorAlreadyHandled

The provided mobile authentication request is already being handled.

Declared In ONGErrors.h.

Declared In

ONGErrors.h