JSON-safe WebAuthn credential request options returned by Auth0 for login. Pass directly to navigator.credentials.get(). Binary fields (challenge, allowCredentials[].id) are Base64URL-encoded strings.
navigator.credentials.get()
challenge
allowCredentials[].id
Optional
JSON-safe WebAuthn credential request options returned by Auth0 for login. Pass directly to
navigator.credentials.get(). Binary fields (challenge,allowCredentials[].id) are Base64URL-encoded strings.