EMSystemFaceAuthService Class Reference

Inherits from NSObject
Conforms to EMAuthService
Declared in EMSystemFaceAuthService.h

Overview

Native FaceID Authentication Service

+ serviceWithModule:

Designated constructor. Returns the EMSystemFaceAuthService object created using the EMAuthModule

+ (EMSystemFaceAuthService *)serviceWithModule:(EMAuthModule *)module

Parameters

module

an instance of EMAuthModule

Return Value

EMSystemFaceAuthService instance.

Availability

4.6

Declared In

EMSystemFaceAuthService.h

+ setIsSupportedFallback:

Sets the fallback block

+ (void)setIsSupportedFallback:(IsSupportedFallback)fallback

Parameters

fallback

The fallback block

Availability

4.6

Declared In

EMSystemFaceAuthService.h

+ getIsSupportedFallback

Returns the fallback block to override whether or not an unidentified device supports SystemFaceAuth service or not.

+ (IsSupportedFallback)getIsSupportedFallback

Availability

4.6

Declared In

EMSystemFaceAuthService.h