GetLocalAuthenticationAvailabilityToSdk: {
    enrolledLevel: LocalAuthenticationLevel;
    hasBiometricAuthenticationHardware: boolean;
    result: "success";
}

Type declaration

  • enrolledLevel: LocalAuthenticationLevel

    利用できる認証のレベル

  • hasBiometricAuthenticationHardware: boolean

    端末に生体認証の機能が搭載されているかどうか

  • result: "success"