TrustedDevice
data class TrustedDevice(val id: String? = null, val identifierHint: String? = null, val promptTitle: String? = null, val promptSubtitle: String? = null, val strategy: String = TRUSTED_DEVICE) : SignIn.CreateParams.Strategy
Trusted-device strategy for authentication using a locally enrolled biometric credential.