Parameters
Returns
Show properties
Show properties
Show properties
Show properties
Show properties
Show properties
StytchConsumer.biometrics.register(
BiometricsParameters(
context = activity,
sessionDurationMinutes = 30,
)
)
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
StytchConsumer.biometrics.register(
BiometricsParameters(
context = activity,
sessionDurationMinutes = 30,
)
)
Registers the device’s biometric credential (fingerprint, face, etc.) for the current user. Performs a two-step flow: calls POST /sdk/v1/biometrics/register/start to get a challenge, prompts the user for biometric authentication, then calls POST /sdk/v1/biometrics/register to complete registration. Requires an active session.
Show properties
Show properties
Show properties
StytchConsumer.biometrics.register(
BiometricsParameters(
context = activity,
sessionDurationMinutes = 30,
)
)