register Web Authn
Register credentials with WebAuthn, including prompting the user for biometrics. If successful, returns a webauthn registration result encoded as a base64 string, which is required to complete the registration via your backend.
Parameters
Use an activity-based context to avoid undefined system/UI launching behavior
username for the registering account.
display name for this registered credential. Default is the username.
operation success/failure callback.
Register credentials with WebAuthn, including prompting the user for biometrics. If successful, returns a webauthn registration result encoded as a base64 string, which is required to complete the registration via your backend.
Parameters
Use an activity-based context to avoid undefined system/UI launching behavior
credentials creation options.
operation success/failure callback.