@tauri-apps/plugin-biometric - v2.3.0
    Preparing search index...

    Interface Status

    interface Status {
        isAvailable: boolean;
        biometryType: BiometryType;
        error?: string;
        errorCode?:
            | "appCancel"
            | "authenticationFailed"
            | "invalidContext"
            | "notInteractive"
            | "passcodeNotSet"
            | "systemCancel"
            | "userCancel"
            | "userFallback"
            | "biometryLockout"
            | "biometryNotAvailable"
            | "biometryNotEnrolled";
    }
    Index

    Properties

    isAvailable: boolean
    biometryType: BiometryType
    error?: string
    errorCode?:
        | "appCancel"
        | "authenticationFailed"
        | "invalidContext"
        | "notInteractive"
        | "passcodeNotSet"
        | "systemCancel"
        | "userCancel"
        | "userFallback"
        | "biometryLockout"
        | "biometryNotAvailable"
        | "biometryNotEnrolled"