pub async fn authenticators_admin_webauthn_update(
configuration: &Configuration,
id: i32,
web_authn_device_request: WebAuthnDeviceRequest,
) -> Result<WebAuthnDevice, Error<AuthenticatorsAdminWebauthnUpdateError>>
Expand description
Viewset for WebAuthn authenticator devices (for admins)