1 package com.android.systemui.biometrics.domain.model
2 
3 /** Metadata about an in-progress biometric operation. */
4 data class BiometricOperationInfo(val gatekeeperChallenge: Long = -1)
5