ONGAuthenticatorType Constants Reference

Declared in ONGAuthenticator.h

ONGAuthenticatorType

Definition

typedef NS_ENUM(NSInteger, ONGAuthenticatorType ) {
   ONGAuthenticatorPIN = 0,
   ONGAuthenticatorTouchID = 1,
   ONGAuthenticatorBiometric = 1,
   ONGAuthenticatorCustom = 3,
};

Constants

ONGAuthenticatorPIN

Declared In ONGAuthenticator.h.

ONGAuthenticatorTouchID

Declared In ONGAuthenticator.h.

ONGAuthenticatorBiometric

Declared In ONGAuthenticator.h.

ONGAuthenticatorCustom

Declared In ONGAuthenticator.h.