ONGAuthenticationError Constants Reference

Declared in ONGErrors.h

ONGAuthenticationError

ONGAuthenticationErrorDomain contains errors thet happen during Authentication.

Definition

typedef NS_ENUM(ONGErrorCode, ONGAuthenticationError ) {
   ONGAuthenticationErrorInvalidPin = 9009,
   ONGAuthenticationErrorAuthenticatorInvalid = 9015,
   ONGAuthenticationErrorFidoAuthenticationDisabled = 10005,
   ONGAuthenticationErrorAuthenticatorNotRegistered = 10007,
   ONGAuthenticationErrorFidoServerNotReachable = 10016,
};

Constants

ONGAuthenticationErrorInvalidPin

The provided PIN was invalid

Declared In ONGErrors.h.

ONGAuthenticationErrorAuthenticatorInvalid

The authenticator that you provided is invalid. It may not exist, please verify whether you have supplied the correct authenticator.

Declared In ONGErrors.h.

ONGAuthenticationErrorFidoAuthenticationDisabled

The Token Server configuration does not allow you to use FIDO authenticators. Enable FIDO authentication for the current application in the Token Server configuration to allow FIDO authenticator usage.

Declared In ONGErrors.h.

ONGAuthenticationErrorAuthenticatorNotRegistered

The given authenticator is not registered and therefore cannot be used.

Declared In ONGErrors.h.

ONGAuthenticationErrorFidoServerNotReachable

Fido server is not reachable by token server.

Declared In ONGErrors.h.

Declared In

ONGErrors.h