VerIDUserManagementFactory

@objc
public class VerIDUserManagementFactory : NSObject, UserManagementFactory

Ver-ID SDK’s default implementation of the user management protocol

  • If true face template encryption will be disabled

    Declaration

    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

    disableEncryption

    true to disable face template encryption

  • Create an instance of VerIDUserManagement

    Throws

    Error if the creation fails

    Declaration

    Swift

    @objc
    public func createUserManagement() throws -> UserManagement

    Return Value

    Instance of VerIDUserManagement