Racehorse
    Preparing search index...

    Interface BiometricEncryptedStorageGetResult

    interface BiometricEncryptedStorageGetResult {
        errorCode: null | BiometricStorageErrorCode;
        value: null | string;
    }
    Index

    Properties

    Properties

    errorCode: null | BiometricStorageErrorCode

    The error that prevented from returning the value, or null if there was no error.

    value: null | string

    The deciphered value, or null if key wasn't found, or authentication has failed.