Racehorse
    Preparing search index...

    Interface BiometricEncryptedStorageSetResult

    interface BiometricEncryptedStorageSetResult {
        errorCode: null | BiometricStorageErrorCode;
        isSuccessful: boolean;
    }
    Index

    Properties

    errorCode: null | BiometricStorageErrorCode

    The error that prevented from successfully writing the value to the storage, or null if there was no error.

    isSuccessful: boolean

    true if the value was written to the storage, or false if authentication has failed.