bitwarden_api_api::apis::two_factor_api

Function two_factor_webauthn_put

source
pub async fn two_factor_webauthn_put(
    configuration: &Configuration,
    two_factor_web_authn_request_model: Option<TwoFactorWebAuthnRequestModel>,
) -> Result<TwoFactorWebAuthnResponseModel, Error<TwoFactorWebauthnPutError>>