Parameters
Returns
Show properties
Show properties
Show properties
Show properties
Show properties
Show properties
Show properties
Show properties
StytchConsumer.passkeys.authenticate({ domain: "example.com", 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.passkeys.authenticate({ domain: "example.com", sessionDurationMinutes: 30 })
Authenticates the user with an existing registered passkey. Performs a two-step flow: calls POST /sdk/v1/webauthn/authenticate/start/primary (no session) or POST /sdk/v1/webauthn/authenticate/start/secondary (with session) to get assertion options, invokes the platform credential API, then calls POST /sdk/v1/webauthn/authenticate to complete.
Show properties
Show properties
Show properties
Show properties
StytchConsumer.passkeys.authenticate({ domain: "example.com", sessionDurationMinutes: 30 })