VerIDUserManagementFactory
@objc
public class VerIDUserManagementFactory : NSObject, UserManagementFactory
Ver-ID SDK’s default implementation of the user management protocol
-
If
trueface template encryption will be disabledDeclaration
Swift
@objc public let disableEncryption: Bool -
Constructor
Face template encryption is enabled by default
Declaration
Swift
@objc public override init() -
Constructor
Declaration
Swift
@objc public init(disableEncryption: Bool)Parameters
disableEncryptiontrueto disable face template encryption -
Create an instance of
VerIDUserManagementThrows
Error if the creation failsDeclaration
Swift
@objc public func createUserManagement() throws -> UserManagementReturn Value
Instance of
VerIDUserManagement
VerIDUserManagementFactory Class Reference