JSON-safe WebAuthn credential creation options returned by Auth0 for signup and enrollment flows. Pass directly to navigator.credentials.create(). Binary fields (challenge, user.id, excludeCredentials[].id) are Base64URL-encoded strings.
navigator.credentials.create()
challenge
user.id
excludeCredentials[].id
Optional
JSON-safe WebAuthn credential creation options returned by Auth0 for signup and enrollment flows. Pass directly to
navigator.credentials.create(). Binary fields (challenge,user.id,excludeCredentials[].id) are Base64URL-encoded strings.