Initialize a login with Webauthn.
Returns a JSON representation of CredentialRequestOptions for use with the Webauthn API’sDocumentation Index
Fetch the complete documentation index at: https://docs.hanko.io/llms.txt
Use this file to discover all available pages before exploring further.
navigator.credentials.get().
Omitting the optional request body or using an empty JSON object results in generation of request options for a
login using a discoverable credential
(i.e. they will not contain
allowCredentials).