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.

Constructors

Link copied to clipboard
constructor(id: String? = null, identifierHint: String? = null, promptTitle: String? = null, promptSubtitle: String? = null, strategy: String = TRUSTED_DEVICE)

Properties

Link copied to clipboard
val id: String?

The trusted-device credential ID to use. When omitted, the available local credential is used.

Link copied to clipboard

A local-only user identifier hint used to choose a matching credential.

Link copied to clipboard

The subtitle shown in the system authentication prompt.

Link copied to clipboard

The title shown in the system authentication prompt.

Link copied to clipboard
open override val strategy: String

The authentication strategy identifier.