Mobile Locker JavaScript SDK
    Preparing search index...

    Interface BiometricResult

    interface BiometricResult {
        available: boolean;
        biometric_type: BiometricType;
        error: string | null;
    }
    Index

    Properties

    available: boolean
    biometric_type: BiometricType
    error: string | null