| Interface | Description |
|---|---|
| WebAuthnKeySelector |
A Selector for credential key selection.
|
| WebAuthnListener |
Listener to listen for WebAuthn Event
|
| Class | Description |
|---|---|
| PublicKeyCredentialSource |
Representation of Public Key Credential Source that received after WebAuthn registration.
|
| PublicKeyCredentialSource.PublicKeyCredentialSourceBuilder | |
| WebAuthKeySelectionDialogFragment |
A Simple Dialog to display key selection using a spinner
|
| WebAuthn |
Abstract class to provide common utilities method for
WebAuthnAuthentication and
WebAuthnRegistration |
| WebAuthnAuthentication |
Handle WebAuthn Authentication
|
| WebAuthnHeadlessAuthenticateFragment |
A Fragment that start intent for WebAuthn
PendingIntent and receive result using
WebAuthnHeadlessAuthenticateFragment.onActivityResult(int, int, Intent) from the PendingIntent |
| WebAuthnHeadlessRegistrationFragment |
A Fragment that start intent for WebAuthn
PendingIntent and receive result using
WebAuthnHeadlessRegistrationFragment.onActivityResult(int, int, Intent) from the PendingIntent |
| WebAuthnRegistration |
Handle WebAuthn Registration
|