checkUserIsDeviceOwner(options)

Verify if the user is the device owner using the device’s biometrics hardware or pin code.

A Promise object that resolves as a Boolean value. true if the user is the registered device owner and false otherwise. If an error is encountered, the error is returned via a rejected promise.

See Also