canAuthenticate

inline fun FragmentActivity.canAuthenticate(type: Int = DEVICE_CREDENTIAL or BIOMETRIC_STRONG, hardwareUnavailable: () -> Unit = {}, securityUpdateNeeded: () -> Unit = {}, noFingerprintsEnrolled: () -> Unit = {}, canAuthenticateAction: () -> Unit = {})
inline fun Fragment.canAuthenticate(type: Int = DEVICE_CREDENTIAL or BIOMETRIC_STRONG, hardwareUnavailable: () -> Unit = {}, securityUpdateNeeded: () -> Unit = {}, noFingerprintsEnrolled: () -> Unit = {}, canAuthenticateAction: () -> Unit = {})