bitwarden_api_api::apis::web_authn_api

Function webauthn_put

source
pub async fn webauthn_put(
    configuration: &Configuration,
    web_authn_login_credential_update_request_model: Option<WebAuthnLoginCredentialUpdateRequestModel>,
) -> Result<(), Error<WebauthnPutError>>