ONGAuthenticatorDeregistrationError Constants Reference

Declared in ONGErrors.h

ONGAuthenticatorDeregistrationError

Error codes in ONGAuthenticatorDeregistrationErrorDomain

Definition

typedef NS_ENUM(ONGErrorCode, ONGAuthenticatorDeregistrationError ) {
   ONGAuthenticatorDeregistrationErrorUserNotAuthenticated = 9010,
   ONGAuthenticatorPinDeregistrationNotPossible = 10008,
};

Constants

ONGAuthenticatorDeregistrationErrorUserNotAuthenticated

No user is currently authenticated, possibly due to the fact that the access token has expired. A user must be authenticated in order to deregister an authenticator.

Declared In ONGErrors.h.

ONGAuthenticatorPinDeregistrationNotPossible

PIN authenticator deregistration not possible

Declared In ONGErrors.h.

Declared In

ONGErrors.h