Skip to main content

Module webauthn

Module webauthn 

Source

Structs§

AuthenticatorSelectionCriteria
PublicKeyCredentialDescriptor
PublicKeyCredentialParameters
PublicKeyCredentialRpEntity
Supporting structures
PublicKeyCredentialUserEntity
WebAuthnAuthenticationCompleteRequest
Complete WebAuthn authentication
WebAuthnAuthenticationRequest
WebAuthn authentication initiation request
WebAuthnAuthenticationResponse
WebAuthn authentication challenge response
WebAuthnConfig
WebAuthn Relying Party configuration.
WebAuthnRegistrationCompleteRequest
Complete WebAuthn registration
WebAuthnRegistrationInitRequest
Request to initiate WebAuthn registration
WebAuthnRegistrationResponse
WebAuthn registration challenge response

Functions§

delete_webauthn_credential
Delete a WebAuthn credential (requires authentication; user can only delete own credentials)
list_webauthn_credentials
List user’s registered WebAuthn credentials (requires authentication; user can only list own credentials)
webauthn_authentication_complete
Complete WebAuthn authentication process
webauthn_authentication_init
Initiate WebAuthn authentication process
webauthn_registration_complete
Complete WebAuthn registration process
webauthn_registration_init
Initiate WebAuthn registration process