authenticate Web Authn
Authenticate the user using WebAuthn credentials. If the username is not provided, all the credentials for this app in this device will be displayed. This will prompt the user for biometrics. If successful, it returns a webauthn authentication result encoded as a base64 string, which is required to complete the authentication via your backend.
Parameters
Use an activity-based context to avoid undefined system/UI launching behavior
username for the authenticating account. Optional.
operation success/failure callback.
Authenticate the user using WebAuthn credentials. If the username is not provided, all the credentials for this app in this device will be displayed. This will prompt the user for biometrics. If successful, it returns a webauthn authentication result encoded as a base64 string, which is required to complete the authentication via your backend.
Parameters
Use an activity-based context to avoid undefined system/UI launching behavior
webAuthn credentials request data.
operation success/failure callback.