ONGAuthenticatorRegistrationError Constants Reference

Declared in ONGErrors.h

ONGAuthenticatorRegistrationError

Error codes in ONGAuthenticatorRegistrationErrorDomain

Definition

typedef NS_ENUM(ONGErrorCode, ONGAuthenticatorRegistrationError ) {
   ONGAuthenticatorRegistrationErrorUserNotAuthenticated = 9010,
   ONGAuthenticatorRegistrationErrorAuthenticatorAlreadyRegistered = 10004,
   ONGAuthenticatorRegistrationErrorAuthenticatorNotSupported = 10006,
};

Constants

ONGAuthenticatorRegistrationErrorUserNotAuthenticated

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

Declared In ONGErrors.h.

ONGAuthenticatorRegistrationErrorAuthenticatorAlreadyRegistered

The given authenticator is already registered and can therefore not be registered again

Declared In ONGErrors.h.

ONGAuthenticatorRegistrationErrorAuthenticatorNotSupported

The given authenticator is not supported.

Declared In ONGErrors.h.

Declared In

ONGErrors.h